Html Css Color HEX #9AAF0F Citrus

📋 copy color: '#9AAF0F'

red 154 ◦ green 175 ◦ blue 15

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

Shades of Citrus #9AAF0F

Tints of Citrus #9AAF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.36%

R = 44.77%
G = 50.87%
B = 4.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#9AAF0F (or 0x9AAF0F) is known color: Citrus. HEX triplet: 9A, AF and 0F. RGB value is (154,175,15). Sum of RGB (Red+Green+Blue) = 154+175+15=344 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.77% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAF0F is #6550F0. Grayscale: #979797. Windows color (decimal): -6639857 or 1027994. OLE color: 1027994.

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

Color convert

RGB 154 175 15 -
CMYK 0.12 0 0.91 0.31
HSL 67.88º 0.84% 0.37% -
HSV(B) 67.88º 0.91% 0.69% -
XYZ 28.74 37.56 6.19 -
YUV 150.48 51.54 130.51 -
System Red Green Blue C M Y K H S L
Decimal 154 175 15 0.12 0 0.91 0.31 67.88 0.84 0.37
Hex 9A AF F C 0 5B 1F 44 54 25
Octal 232 257 17 14 0 133 37 104 124 45
Binary 10011010 10101111 1111 1100 0 1011011 11111 1000100 1010100 100101

Color Harmonies of #9AAF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAF0F

Black with #9AAF0F

Text Example


Text Example

White with #9AAF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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