Html Css Color HEX #9AAF06 Citrus

📋 copy color: '#9AAF06'

red 154 ◦ green 175 ◦ blue 6

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

Shades of Citrus #9AAF06

Tints of Citrus #9AAF06

RGB

 RED value IS 154 (60.55% from 255) = 45.97%

 GREEN value IS 175 (68.75% from 255) = 52.24%

 BLUE value IS 6 (2.73% from 255) = 1.79%

R = 45.97%
G = 52.24%
B = 1.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#9AAF06 (or 0x9AAF06) is known color: Citrus. HEX triplet: 9A, AF and 06. RGB value is (154,175,6). Sum of RGB (Red+Green+Blue) = 154+175+6=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 6 (2.73% from 255 or 1.79% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAF06 is #6550F9. Grayscale: #969696. Windows color (decimal): -6639866 or 438170. OLE color: 438170.

HSL color Cylindrical-coordinate representation of color #9AAF06: hue angle of 67.46º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9AAF06 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 154 175 6 -
CMYK 0.12 0 0.97 0.31
HSL 67.46º 0.93% 0.35% -
HSV(B) 67.46º 0.97% 0.69% -
XYZ 28.69 37.54 5.91 -
YUV 149.46 47.04 131.24 -
System Red Green Blue C M Y K H S L
Decimal 154 175 6 0.12 0 0.97 0.31 67.46 0.93 0.35
Hex 9A AF 6 C 0 61 1F 43 5D 23
Octal 232 257 6 14 0 141 37 103 135 43
Binary 10011010 10101111 110 1100 0 1100001 11111 1000011 1011101 100011

Color Harmonies of #9AAF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAF06

Black with #9AAF06

Text Example


Text Example

White with #9AAF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,175,6); }

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

background-color css

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

 a { background-color: rgb(154,175,6); }

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

border-color css

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

 span { border-color: rgb(154,175,6); }

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