Html Css Color HEX #8DA610 Citron

📋 copy color: '#8DA610'

red 141 ◦ green 166 ◦ blue 16

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

Shades of Citron #8DA610

Tints of Citron #8DA610

RGB

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

 GREEN value IS 166 (65.23% from 255) = 51.39%

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

R = 43.65%
G = 51.39%
B = 4.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#8DA610 (or 0x8DA610) is known color: Citron. HEX triplet: 8D, A6 and 10. RGB value is (141,166,16). Sum of RGB (Red+Green+Blue) = 141+166+16=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 166 (65.23% from 255 or 51.39% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA610 is #7259EF. Grayscale: #8E8E8E. Windows color (decimal): -7494128 or 1091213. OLE color: 1091213.

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

Color convert

RGB 141 166 16 -
CMYK 0.15 0 0.90 0.35
HSL 70º 0.82% 0.36% -
HSV(B) 70º 0.9% 0.65% -
XYZ 24.71 32.97 5.55 -
YUV 141.43 57.22 127.7 -
System Red Green Blue C M Y K H S L
Decimal 141 166 16 0.15 0 0.90 0.35 70 0.82 0.36
Hex 8D A6 10 F 0 5A 23 46 52 24
Octal 215 246 20 17 0 132 43 106 122 44
Binary 10001101 10100110 10000 1111 0 1011010 100011 1000110 1010010 100100

Color Harmonies of #8DA610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA610

Black with #8DA610

Text Example


Text Example

White with #8DA610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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