Html Css Color HEX #8DA612 Citron

📋 copy color: '#8DA612'

red 141 ◦ green 166 ◦ blue 18

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

Shades of Citron #8DA612

Tints of Citron #8DA612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.54%

R = 43.38%
G = 51.08%
B = 5.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#8DA612 (or 0x8DA612) is known color: Citron. HEX triplet: 8D, A6 and 12. RGB value is (141,166,18). Sum of RGB (Red+Green+Blue) = 141+166+18=325 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.38% from 325); Green value is 166 (65.23% from 255 or 51.08% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA612 is #7259ED. Grayscale: #8E8E8E. Windows color (decimal): -7494126 or 1222285. OLE color: 1222285.

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

Color convert

RGB 141 166 18 -
CMYK 0.15 0 0.89 0.35
HSL 70.14º 0.8% 0.36% -
HSV(B) 70.14º 0.89% 0.65% -
XYZ 24.73 32.98 5.63 -
YUV 141.65 58.22 127.53 -
System Red Green Blue C M Y K H S L
Decimal 141 166 18 0.15 0 0.89 0.35 70.14 0.8 0.36
Hex 8D A6 12 F 0 59 23 46 50 24
Octal 215 246 22 17 0 131 43 106 120 44
Binary 10001101 10100110 10010 1111 0 1011001 100011 1000110 1010000 100100

Color Harmonies of #8DA612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA612

Black with #8DA612

Text Example


Text Example

White with #8DA612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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