#8EC207

Color #8EC207 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #8EC207

Tints of Citrus #8EC207

Color information

#8EC207 (or 0x8EC207) is unknown color: approx Citrus. HEX triplet: 8E, C2 and 07. RGB value is (142,194,7). Sum of RGB (Red+Green+Blue) = 142+194+7=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 194 (76.17% from 255 or 56.56% from 343); Blue value is 7 (3.12% from 255 or 2.04% from 343); Max value from RGB is 194 - color contains mainly: green. Hex color #8EC207 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC207 is #713DF8. Grayscale: #9D9D9D. Windows color (decimal): -7421433 or 508558. OLE color: 508558.

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

Color convert

RGB1421947-
CMYK0.2700.960.24
HSL76.68º93.03%39.41%-
HSV(B)76.68º96.39%76.08%-
XYZ30.4944.357.15-
YUV157.1343.27117.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.40%
GREEN value IS 194 (76.17% from 255) = 56.56%
BLUE value IS 7 (3.12% from 255) = 2.04%
R=41.40%
G=56.56%
B=2.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal14219470.2700.960.2476.6893.0339.41
Hex8EC271B060184d5d27
Octal21630273301403011513547
Binary100011101100001011111011011000001100010011011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,194,7); }

 H1.HeaderClassName
 {
   color: #8EC207;
 }
 .AnyTagClassName
 {
   color: #8EC207;
 }
</style>
background-color css

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

 a { background-color: rgb(142,194,7); }

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

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

 span { border-color: rgb(142,194,7); }

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