#86E298

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

Shades of Light Green #86E298

Tints of Light Green #86E298

Color information

#86E298 (or 0x86E298) is unknown color: approx Light Green. HEX triplet: 86, E2 and 98. RGB value is (134,226,152). Sum of RGB (Red+Green+Blue) = 134+226+152=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 226 (88.67% from 255 or 44.14% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 226 - color contains mainly: green. Hex color #86E298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E298 is #791D67. Grayscale: #BEBEBE. Windows color (decimal): -7937384 or 10019462. OLE color: 10019462.

HSL color Cylindrical-coordinate representation of color #86E298: hue angle of 131.74º 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 #86E298 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB134226152-
CMYK0.4100.330.11
HSL131.74º61.33%70.59%-
HSV(B)131.74º40.71%88.63%-
XYZ42.761.7339.37-
YUV190.06106.5288.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.17%
GREEN value IS 226 (88.67% from 255) = 44.14%
BLUE value IS 152 (59.77% from 255) = 29.69%
R=26.17%
G=44.14%
B=29.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1342261520.4100.330.11131.7461.3370.59
Hex86E29829021B843d47
Octal206342230510411320475107
Binary10000110111000101001100010100101000011011100001001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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