Html Css Color HEX #8EC212 Citrus

📋 copy color: '#8EC212'

red 142 ◦ green 194 ◦ blue 18

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

Shades of Citrus #8EC212

Tints of Citrus #8EC212

RGB

 RED value IS 142 (55.86% from 255) = 40.11%

 GREEN value IS 194 (76.17% from 255) = 54.8%

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

R = 40.11%
G = 54.8%
B = 5.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#8EC212 (or 0x8EC212) is known color: Citrus. HEX triplet: 8E, C2 and 12. RGB value is (142,194,18). Sum of RGB (Red+Green+Blue) = 142+194+18=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 194 (76.17% from 255 or 54.80% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 194 - color contains mainly: green. Hex color #8EC212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC212 is #713DED. Grayscale: #9F9F9F. Windows color (decimal): -7421422 or 1229454. OLE color: 1229454.

HSL color Cylindrical-coordinate representation of color #8EC212: hue angle of 77.73º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8EC212 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 142 194 18 -
CMYK 0.27 0 0.91 0.24
HSL 77.73º 0.83% 0.42% -
HSV(B) 77.73º 0.91% 0.76% -
XYZ 30.56 44.38 7.53 -
YUV 158.39 48.77 116.31 -
System Red Green Blue C M Y K H S L
Decimal 142 194 18 0.27 0 0.91 0.24 77.73 0.83 0.42
Hex 8E C2 12 1B 0 5B 18 4E 53 2A
Octal 216 302 22 33 0 133 30 116 123 52
Binary 10001110 11000010 10010 11011 0 1011011 11000 1001110 1010011 101010

Color Harmonies of #8EC212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC212

Black with #8EC212

Text Example


Text Example

White with #8EC212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,194,18); }

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

background-color css

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

 a { background-color: rgb(142,194,18); }

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

border-color css

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

 span { border-color: rgb(142,194,18); }

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