Html Css Color HEX #8EB912 Citrus

📋 copy color: '#8EB912'

red 142 ◦ green 185 ◦ blue 18

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

Shades of Citrus #8EB912

Tints of Citrus #8EB912

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.62%

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

R = 41.16%
G = 53.62%
B = 5.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#8EB912 (or 0x8EB912) is known color: Citrus. HEX triplet: 8E, B9 and 12. RGB value is (142,185,18). Sum of RGB (Red+Green+Blue) = 142+185+18=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 185 (72.66% from 255 or 53.62% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 185 - color contains mainly: green. Hex color #8EB912 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EB912 is #7146ED. Grayscale: #999999. Windows color (decimal): -7423726 or 1227150. OLE color: 1227150.

HSL color Cylindrical-coordinate representation of color #8EB912: hue angle of 75.45º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8EB912 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 142 185 18 -
CMYK 0.23 0 0.90 0.27
HSL 75.45º 0.82% 0.4% -
HSV(B) 75.45º 0.9% 0.73% -
XYZ 28.61 40.49 6.88 -
YUV 153.11 51.75 120.08 -
System Red Green Blue C M Y K H S L
Decimal 142 185 18 0.23 0 0.90 0.27 75.45 0.82 0.4
Hex 8E B9 12 17 0 5A 1B 4B 52 28
Octal 216 271 22 27 0 132 33 113 122 50
Binary 10001110 10111001 10010 10111 0 1011010 11011 1001011 1010010 101000

Color Harmonies of #8EB912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB912

Black with #8EB912

Text Example


Text Example

White with #8EB912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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