Html Css Color HEX #8DA006 Citron

📋 copy color: '#8DA006'

red 141 ◦ green 160 ◦ blue 6

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

Shades of Citron #8DA006

Tints of Citron #8DA006

RGB

 RED value IS 141 (55.47% from 255) = 45.93%

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

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

R = 45.93%
G = 52.12%
B = 1.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#8DA006 (or 0x8DA006) is known color: Citron. HEX triplet: 8D, A0 and 06. RGB value is (141,160,6). Sum of RGB (Red+Green+Blue) = 141+160+6=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA006 is #725FF9. Grayscale: #898989. Windows color (decimal): -7495674 or 434317. OLE color: 434317.

HSL color Cylindrical-coordinate representation of color #8DA006: hue angle of 67.4º 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 #8DA006 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 141 160 6 -
CMYK 0.12 0 0.96 0.37
HSL 67.4º 0.93% 0.33% -
HSV(B) 67.4º 0.96% 0.63% -
XYZ 23.59 30.82 4.88 -
YUV 136.76 54.21 131.02 -
System Red Green Blue C M Y K H S L
Decimal 141 160 6 0.12 0 0.96 0.37 67.4 0.93 0.33
Hex 8D A0 6 C 0 60 25 43 5D 21
Octal 215 240 6 14 0 140 45 103 135 41
Binary 10001101 10100000 110 1100 0 1100000 100101 1000011 1011101 100001

Color Harmonies of #8DA006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA006

Black with #8DA006

Text Example


Text Example

White with #8DA006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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