Html Css Color HEX #9DA006 Citrus

📋 copy color: '#9DA006'

red 157 ◦ green 160 ◦ blue 6

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

Shades of Citrus #9DA006

Tints of Citrus #9DA006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.86%

R = 48.61%
G = 49.54%
B = 1.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#9DA006 (or 0x9DA006) is known color: Citrus. HEX triplet: 9D, A0 and 06. RGB value is (157,160,6). Sum of RGB (Red+Green+Blue) = 157+160+6=323 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.61% from 323); Green value is 160 (62.89% from 255 or 49.54% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA006 is #625FF9. Grayscale: #8E8E8E. Windows color (decimal): -6447098 or 434333. OLE color: 434333.

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

Color convert

RGB 157 160 6 -
CMYK 0.02 0 0.96 0.37
HSL 61.17º 0.93% 0.33% -
HSV(B) 61.17º 0.96% 0.63% -
XYZ 26.51 32.32 5.01 -
YUV 141.55 51.51 139.02 -
System Red Green Blue C M Y K H S L
Decimal 157 160 6 0.02 0 0.96 0.37 61.17 0.93 0.33
Hex 9D A0 6 2 0 60 25 3D 5D 21
Octal 235 240 6 2 0 140 45 75 135 41
Binary 10011101 10100000 110 10 0 1100000 100101 111101 1011101 100001

Color Harmonies of #9DA006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA006

Black with #9DA006

Text Example


Text Example

White with #9DA006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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