Html Css Color HEX #9CAA1F Citron

📋 copy color: '#9CAA1F'

red 156 ◦ green 170 ◦ blue 31

#9CAA1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citron #9CAA1F

Tints of Citron #9CAA1F

RGB

 RED value IS 156 (61.33% from 255) = 43.7%

 GREEN value IS 170 (66.8% from 255) = 47.62%

 BLUE value IS 31 (12.5% from 255) = 8.68%

R = 43.7%
G = 47.62%
B = 8.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9CAA1F (or 0x9CAA1F) is known color: Citron. HEX triplet: 9C, AA and 1F. RGB value is (156,170,31). Sum of RGB (Red+Green+Blue) = 156+170+31=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAA1F is #6355E0. Grayscale: #969696. Windows color (decimal): -6510049 or 2075292. OLE color: 2075292.

HSL color Cylindrical-coordinate representation of color #9CAA1F: hue angle of 66.04º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9CAA1F is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 170 31 -
CMYK 0.08 0 0.82 0.33
HSL 66.04º 0.69% 0.39% -
HSV(B) 66.04º 0.82% 0.67% -
XYZ 28.33 35.92 6.74 -
YUV 149.97 60.86 132.3 -
System Red Green Blue C M Y K H S L
Decimal 156 170 31 0.08 0 0.82 0.33 66.04 0.69 0.39
Hex 9C AA 1F 8 0 52 21 42 45 27
Octal 234 252 37 10 0 122 41 102 105 47
Binary 10011100 10101010 11111 1000 0 1010010 100001 1000010 1000101 100111

Color Harmonies of #9CAA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAA1F

Black with #9CAA1F

Text Example


Text Example

White with #9CAA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CAA1F; }

 p { color: rgb(156,170,31); }

 H1.HeaderClassName
 {
   color: #9CAA1F;
 }
 .AnyTagClassName
 {
   color: #9CAA1F;
 }
</style>

background-color css

<style>
 a { background-color: #9CAA1F; }

 a { background-color: rgb(156,170,31); }

 div.DivClassName
 {
   background-color: #9CAA1F;
 }
 .BgClassName
 {
   background-color: #9CAA1F;
 }
</style>

border-color css

<style>
 span { border-color: #9CAA1F; }

 span { border-color: rgb(156,170,31); }

 td.TdClassName
 {
   border-color: #9CAA1F;
 }
 .TagClassName
 {
   border-color: #9CAA1F;
 }
</style>