Html Css Color HEX #8EB112 Citrus

📋 copy color: '#8EB112'

red 142 ◦ green 177 ◦ blue 18

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

Shades of Citrus #8EB112

Tints of Citrus #8EB112

RGB

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

 GREEN value IS 177 (69.53% from 255) = 52.52%

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

R = 42.14%
G = 52.52%
B = 5.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#8EB112 (or 0x8EB112) is known color: Citrus. HEX triplet: 8E, B1 and 12. RGB value is (142,177,18). Sum of RGB (Red+Green+Blue) = 142+177+18=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 177 (69.53% from 255 or 52.52% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 177 - color contains mainly: green. Hex color #8EB112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EB112 is #714EED. Grayscale: #959595. Windows color (decimal): -7425774 or 1225102. OLE color: 1225102.

HSL color Cylindrical-coordinate representation of color #8EB112: hue angle of 73.21º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8EB112 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 142 177 18 -
CMYK 0.20 0 0.90 0.31
HSL 73.21º 0.82% 0.38% -
HSV(B) 73.21º 0.9% 0.69% -
XYZ 26.99 37.24 6.34 -
YUV 148.41 54.4 123.43 -
System Red Green Blue C M Y K H S L
Decimal 142 177 18 0.20 0 0.90 0.31 73.21 0.82 0.38
Hex 8E B1 12 14 0 5A 1F 49 52 26
Octal 216 261 22 24 0 132 37 111 122 46
Binary 10001110 10110001 10010 10100 0 1011010 11111 1001001 1010010 100110

Color Harmonies of #8EB112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB112

Black with #8EB112

Text Example


Text Example

White with #8EB112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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