Html Css Color HEX #8EC00F Citrus

📋 copy color: '#8EC00F'

red 142 ◦ green 192 ◦ blue 15

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

Shades of Citrus #8EC00F

Tints of Citrus #8EC00F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.01%

 BLUE value IS 15 (6.25% from 255) = 4.3%

R = 40.69%
G = 55.01%
B = 4.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#8EC00F (or 0x8EC00F) is known color: Citrus. HEX triplet: 8E, C0 and 0F. RGB value is (142,192,15). Sum of RGB (Red+Green+Blue) = 142+192+15=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC00F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC00F is #713FF0. Grayscale: #9D9D9D. Windows color (decimal): -7421937 or 1032334. OLE color: 1032334.

HSL color Cylindrical-coordinate representation of color #8EC00F: hue angle of 76.95º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8EC00F is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 192 15 -
CMYK 0.26 0 0.92 0.25
HSL 76.95º 0.86% 0.41% -
HSV(B) 76.95º 0.92% 0.75% -
XYZ 30.09 43.48 7.26 -
YUV 156.87 47.94 117.39 -
System Red Green Blue C M Y K H S L
Decimal 142 192 15 0.26 0 0.92 0.25 76.95 0.86 0.41
Hex 8E C0 F 1A 0 5C 19 4D 56 29
Octal 216 300 17 32 0 134 31 115 126 51
Binary 10001110 11000000 1111 11010 0 1011100 11001 1001101 1010110 101001

Color Harmonies of #8EC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC00F

Black with #8EC00F

Text Example


Text Example

White with #8EC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,192,15); }

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

background-color css

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

 a { background-color: rgb(142,192,15); }

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

border-color css

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

 span { border-color: rgb(142,192,15); }

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