Html Css Color HEX #8EC30E Citrus

📋 copy color: '#8EC30E'

red 142 ◦ green 195 ◦ blue 14

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

Shades of Citrus #8EC30E

Tints of Citrus #8EC30E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.56%

 BLUE value IS 14 (5.86% from 255) = 3.99%

R = 40.46%
G = 55.56%
B = 3.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#8EC30E (or 0x8EC30E) is known color: Citrus. HEX triplet: 8E, C3 and 0E. RGB value is (142,195,14). Sum of RGB (Red+Green+Blue) = 142+195+14=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 195 (76.56% from 255 or 55.56% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC30E is #713CF1. Grayscale: #9F9F9F. Windows color (decimal): -7421170 or 967566. OLE color: 967566.

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

Color convert

RGB 142 195 14 -
CMYK 0.27 0 0.93 0.24
HSL 77.57º 0.87% 0.41% -
HSV(B) 77.57º 0.93% 0.76% -
XYZ 30.75 44.81 7.44 -
YUV 158.52 46.44 116.22 -
System Red Green Blue C M Y K H S L
Decimal 142 195 14 0.27 0 0.93 0.24 77.57 0.87 0.41
Hex 8E C3 E 1B 0 5D 18 4E 57 29
Octal 216 303 16 33 0 135 30 116 127 51
Binary 10001110 11000011 1110 11011 0 1011101 11000 1001110 1010111 101001

Color Harmonies of #8EC30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC30E

Black with #8EC30E

Text Example


Text Example

White with #8EC30E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,195,14); }

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

background-color css

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

 a { background-color: rgb(142,195,14); }

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

border-color css

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

 span { border-color: rgb(142,195,14); }

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