#86F290

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

Shades of Light Green #86F290

Tints of Light Green #86F290

Color information

#86F290 (or 0x86F290) is unknown color: approx Light Green. HEX triplet: 86, F2 and 90. RGB value is (134,242,144). Sum of RGB (Red+Green+Blue) = 134+242+144=520 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.77% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #86F290 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F290 is #790D6F. Grayscale: #C6C6C6. Windows color (decimal): -7933296 or 9499270. OLE color: 9499270.

HSL color Cylindrical-coordinate representation of color #86F290: hue angle of 125.56º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F290 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB134242144-
CMYK0.4500.400.05
HSL125.56º80.6%73.73%-
HSV(B)125.56º44.63%94.9%-
XYZ46.6270.5937.55-
YUV198.5497.2281.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.77%
GREEN value IS 242 (94.92% from 255) = 46.54%
BLUE value IS 144 (56.64% from 255) = 27.69%
R=25.77%
G=46.54%
B=27.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342421440.4500.400.05125.5680.673.73
Hex86F2902D02857e514a
Octal206362220550505176121112
Binary1000011011110010100100001011010101000101111111010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,242,144); }

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

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

 a { background-color: rgb(134,242,144); }

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

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

 span { border-color: rgb(134,242,144); }

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