Html Css Color HEX #9DA008 Citrus

📋 copy color: '#9DA008'

red 157 ◦ green 160 ◦ blue 8

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

Shades of Citrus #9DA008

Tints of Citrus #9DA008

RGB

 RED value IS 157 (61.72% from 255) = 48.31%

 GREEN value IS 160 (62.89% from 255) = 49.23%

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

R = 48.31%
G = 49.23%
B = 2.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#9DA008 (or 0x9DA008) is known color: Citrus. HEX triplet: 9D, A0 and 08. RGB value is (157,160,8). Sum of RGB (Red+Green+Blue) = 157+160+8=325 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.31% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA008 is #625FF7. Grayscale: #8E8E8E. Windows color (decimal): -6447096 or 565405. OLE color: 565405.

HSL color Cylindrical-coordinate representation of color #9DA008: hue angle of 61.18º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9DA008 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 157 160 8 -
CMYK 0.02 0 0.95 0.37
HSL 61.18º 0.9% 0.33% -
HSV(B) 61.18º 0.95% 0.63% -
XYZ 26.52 32.33 5.07 -
YUV 141.78 52.51 138.86 -
System Red Green Blue C M Y K H S L
Decimal 157 160 8 0.02 0 0.95 0.37 61.18 0.9 0.33
Hex 9D A0 8 2 0 5F 25 3D 5A 21
Octal 235 240 10 2 0 137 45 75 132 41
Binary 10011101 10100000 1000 10 0 1011111 100101 111101 1011010 100001

Color Harmonies of #9DA008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA008

Black with #9DA008

Text Example


Text Example

White with #9DA008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,160,8); }

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

background-color css

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

 a { background-color: rgb(157,160,8); }

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

border-color css

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

 span { border-color: rgb(157,160,8); }

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