Html Css Color HEX #9AAF0E Citrus

📋 copy color: '#9AAF0E'

red 154 ◦ green 175 ◦ blue 14

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

Shades of Citrus #9AAF0E

Tints of Citrus #9AAF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.08%

R = 44.9%
G = 51.02%
B = 4.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#9AAF0E (or 0x9AAF0E) is known color: Citrus. HEX triplet: 9A, AF and 0E. RGB value is (154,175,14). Sum of RGB (Red+Green+Blue) = 154+175+14=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAF0E is #6550F1. Grayscale: #969696. Windows color (decimal): -6639858 or 962458. OLE color: 962458.

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

Color convert

RGB 154 175 14 -
CMYK 0.12 0 0.92 0.31
HSL 67.83º 0.85% 0.37% -
HSV(B) 67.83º 0.92% 0.69% -
XYZ 28.74 37.56 6.15 -
YUV 150.37 51.04 130.59 -
System Red Green Blue C M Y K H S L
Decimal 154 175 14 0.12 0 0.92 0.31 67.83 0.85 0.37
Hex 9A AF E C 0 5C 1F 44 55 25
Octal 232 257 16 14 0 134 37 104 125 45
Binary 10011010 10101111 1110 1100 0 1011100 11111 1000100 1010101 100101

Color Harmonies of #9AAF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAF0E

Black with #9AAF0E

Text Example


Text Example

White with #9AAF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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