#86E288

Color #86E288 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #86E288

Tints of Light Green #86E288

Color information

#86E288 (or 0x86E288) is unknown color: approx Light Green. HEX triplet: 86, E2 and 88. RGB value is (134,226,136). Sum of RGB (Red+Green+Blue) = 134+226+136=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 226 (88.67% from 255 or 45.56% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 226 - color contains mainly: green. Hex color #86E288 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E288 is #791D77. Grayscale: #BCBCBC. Windows color (decimal): -7937400 or 8970886. OLE color: 8970886.

HSL color Cylindrical-coordinate representation of color #86E288: hue angle of 121.3º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86E288 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB134226136-
CMYK0.4100.400.11
HSL121.3º61.33%70.59%-
HSV(B)121.3º40.71%88.63%-
XYZ41.4761.2432.93-
YUV188.2398.5289.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.02%
GREEN value IS 226 (88.67% from 255) = 45.56%
BLUE value IS 136 (53.52% from 255) = 27.42%
R=27.02%
G=45.56%
B=27.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1342261360.4100.400.11121.361.3370.59
Hex86E28829028B793d47
Octal206342210510501317175107
Binary1000011011100010100010001010010101000101111110011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86E288; }

 p { color: rgb(134,226,136); }

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

<style>
 a { background-color: #86E288; }

 a { background-color: rgb(134,226,136); }

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

<style>
 span { border-color: #86E288; }

 span { border-color: rgb(134,226,136); }

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