Html Css Color HEX #9FA708 Citrus

📋 copy color: '#9FA708'

red 159 ◦ green 167 ◦ blue 8

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

Shades of Citrus #9FA708

Tints of Citrus #9FA708

RGB

 RED value IS 159 (62.5% from 255) = 47.6%

 GREEN value IS 167 (65.63% from 255) = 50%

 BLUE value IS 8 (3.52% from 255) = 2.4%

R = 47.6%
G = 50%
B = 2.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#9FA708 (or 0x9FA708) is known color: Citrus. HEX triplet: 9F, A7 and 08. RGB value is (159,167,8). Sum of RGB (Red+Green+Blue) = 159+167+8=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 167 (65.62% from 255 or 50% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA708 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA708 is #6058F7. Grayscale: #939393. Windows color (decimal): -6314232 or 567199. OLE color: 567199.

HSL color Cylindrical-coordinate representation of color #9FA708: hue angle of 63.02º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9FA708 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 159 167 8 -
CMYK 0.05 0 0.95 0.35
HSL 63.02º 0.91% 0.34% -
HSV(B) 63.02º 0.95% 0.65% -
XYZ 28.16 35.03 5.51 -
YUV 146.48 49.85 136.93 -
System Red Green Blue C M Y K H S L
Decimal 159 167 8 0.05 0 0.95 0.35 63.02 0.91 0.34
Hex 9F A7 8 5 0 5F 23 3F 5B 22
Octal 237 247 10 5 0 137 43 77 133 42
Binary 10011111 10100111 1000 101 0 1011111 100011 111111 1011011 100010

Color Harmonies of #9FA708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA708

Black with #9FA708

Text Example


Text Example

White with #9FA708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,167,8); }

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

background-color css

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

 a { background-color: rgb(159,167,8); }

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

border-color css

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

 span { border-color: rgb(159,167,8); }

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