Html Css Color HEX #8DA210 Citron

📋 copy color: '#8DA210'

red 141 ◦ green 162 ◦ blue 16

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

Shades of Citron #8DA210

Tints of Citron #8DA210

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.78%

 BLUE value IS 16 (6.64% from 255) = 5.02%

R = 44.2%
G = 50.78%
B = 5.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#8DA210 (or 0x8DA210) is known color: Citron. HEX triplet: 8D, A2 and 10. RGB value is (141,162,16). Sum of RGB (Red+Green+Blue) = 141+162+16=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA210 is #725DEF. Grayscale: #8B8B8B. Windows color (decimal): -7495152 or 1090189. OLE color: 1090189.

HSL color Cylindrical-coordinate representation of color #8DA210: hue angle of 68.63º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8DA210 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 141 162 16 -
CMYK 0.13 0 0.90 0.36
HSL 68.63º 0.82% 0.35% -
HSV(B) 68.63º 0.9% 0.64% -
XYZ 24 31.54 5.31 -
YUV 139.08 58.54 129.37 -
System Red Green Blue C M Y K H S L
Decimal 141 162 16 0.13 0 0.90 0.36 68.63 0.82 0.35
Hex 8D A2 10 D 0 5A 24 45 52 23
Octal 215 242 20 15 0 132 44 105 122 43
Binary 10001101 10100010 10000 1101 0 1011010 100100 1000101 1010010 100011

Color Harmonies of #8DA210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA210

Black with #8DA210

Text Example


Text Example

White with #8DA210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,162,16); }

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

background-color css

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

 a { background-color: rgb(141,162,16); }

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

border-color css

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

 span { border-color: rgb(141,162,16); }

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