Html Css Color HEX #8ECC0F Citrus

📋 copy color: '#8ECC0F'

red 142 ◦ green 204 ◦ blue 15

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

Shades of Citrus #8ECC0F

Tints of Citrus #8ECC0F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 56.51%

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

R = 39.34%
G = 56.51%
B = 4.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#8ECC0F (or 0x8ECC0F) is known color: Citrus. HEX triplet: 8E, CC and 0F. RGB value is (142,204,15). Sum of RGB (Red+Green+Blue) = 142+204+15=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 204 (80.08% from 255 or 56.51% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ECC0F is #7133F0. Grayscale: #A4A4A4. Windows color (decimal): -7418865 or 1035406. OLE color: 1035406.

HSL color Cylindrical-coordinate representation of color #8ECC0F: hue angle of 79.68º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8ECC0F is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 142 204 15 -
CMYK 0.30 0 0.93 0.2
HSL 79.68º 0.86% 0.43% -
HSV(B) 79.68º 0.93% 0.8% -
XYZ 32.83 48.97 8.17 -
YUV 163.92 43.96 112.37 -
System Red Green Blue C M Y K H S L
Decimal 142 204 15 0.30 0 0.93 0.2 79.68 0.86 0.43
Hex 8E CC F 1E 0 5D 14 50 56 2B
Octal 216 314 17 36 0 135 24 120 126 53
Binary 10001110 11001100 1111 11110 0 1011101 10100 1010000 1010110 101011

Color Harmonies of #8ECC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECC0F

Black with #8ECC0F

Text Example


Text Example

White with #8ECC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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