Html Css Color HEX #8EB60C Citrus

📋 copy color: '#8EB60C'

red 142 ◦ green 182 ◦ blue 12

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

Shades of Citrus #8EB60C

Tints of Citrus #8EB60C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 54.17%

 BLUE value IS 12 (5.08% from 255) = 3.57%

R = 42.26%
G = 54.17%
B = 3.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#8EB60C (or 0x8EB60C) is known color: Citrus. HEX triplet: 8E, B6 and 0C. RGB value is (142,182,12). Sum of RGB (Red+Green+Blue) = 142+182+12=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 182 (71.48% from 255 or 54.17% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 182 - color contains mainly: green. Hex color #8EB60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EB60C is #7149F3. Grayscale: #979797. Windows color (decimal): -7424500 or 833166. OLE color: 833166.

HSL color Cylindrical-coordinate representation of color #8EB60C: hue angle of 74.12º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8EB60C is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 142 182 12 -
CMYK 0.22 0 0.93 0.29
HSL 74.12º 0.88% 0.38% -
HSV(B) 74.12º 0.93% 0.71% -
XYZ 27.95 39.23 6.45 -
YUV 150.66 49.75 121.82 -
System Red Green Blue C M Y K H S L
Decimal 142 182 12 0.22 0 0.93 0.29 74.12 0.88 0.38
Hex 8E B6 C 16 0 5D 1D 4A 58 26
Octal 216 266 14 26 0 135 35 112 130 46
Binary 10001110 10110110 1100 10110 0 1011101 11101 1001010 1011000 100110

Color Harmonies of #8EB60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB60C

Black with #8EB60C

Text Example


Text Example

White with #8EB60C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,182,12); }

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

background-color css

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

 a { background-color: rgb(142,182,12); }

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

border-color css

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

 span { border-color: rgb(142,182,12); }

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