Html Css Color HEX #9DA009 Citrus

📋 copy color: '#9DA009'

red 157 ◦ green 160 ◦ blue 9

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

Shades of Citrus #9DA009

Tints of Citrus #9DA009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.76%

R = 48.16%
G = 49.08%
B = 2.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#9DA009 (or 0x9DA009) is known color: Citrus. HEX triplet: 9D, A0 and 09. RGB value is (157,160,9). Sum of RGB (Red+Green+Blue) = 157+160+9=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA009 is #625FF6. Grayscale: #8E8E8E. Windows color (decimal): -6447095 or 630941. OLE color: 630941.

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

Color convert

RGB 157 160 9 -
CMYK 0.02 0 0.94 0.37
HSL 61.19º 0.89% 0.33% -
HSV(B) 61.19º 0.94% 0.63% -
XYZ 26.52 32.33 5.1 -
YUV 141.89 53.01 138.78 -
System Red Green Blue C M Y K H S L
Decimal 157 160 9 0.02 0 0.94 0.37 61.19 0.89 0.33
Hex 9D A0 9 2 0 5E 25 3D 59 21
Octal 235 240 11 2 0 136 45 75 131 41
Binary 10011101 10100000 1001 10 0 1011110 100101 111101 1011001 100001

Color Harmonies of #9DA009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA009

Black with #9DA009

Text Example


Text Example

White with #9DA009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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