Html Css Color HEX #8DA008 Citron

📋 copy color: '#8DA008'

red 141 ◦ green 160 ◦ blue 8

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

Shades of Citron #8DA008

Tints of Citron #8DA008

RGB

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

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

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

R = 45.63%
G = 51.78%
B = 2.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#8DA008 (or 0x8DA008) is known color: Citron. HEX triplet: 8D, A0 and 08. RGB value is (141,160,8). Sum of RGB (Red+Green+Blue) = 141+160+8=309 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.63% from 309); Green value is 160 (62.89% from 255 or 51.78% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA008 is #725FF7. Grayscale: #898989. Windows color (decimal): -7495672 or 565389. OLE color: 565389.

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

Color convert

RGB 141 160 8 -
CMYK 0.12 0 0.95 0.37
HSL 67.5º 0.9% 0.33% -
HSV(B) 67.5º 0.95% 0.63% -
XYZ 23.6 30.82 4.94 -
YUV 136.99 55.21 130.86 -
System Red Green Blue C M Y K H S L
Decimal 141 160 8 0.12 0 0.95 0.37 67.5 0.9 0.33
Hex 8D A0 8 C 0 5F 25 44 5A 21
Octal 215 240 10 14 0 137 45 104 132 41
Binary 10001101 10100000 1000 1100 0 1011111 100101 1000100 1011010 100001

Color Harmonies of #8DA008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA008

Black with #8DA008

Text Example


Text Example

White with #8DA008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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