#86F190

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

Shades of Light Green #86F190

Tints of Light Green #86F190

Color information

#86F190 (or 0x86F190) is unknown color: approx Light Green. HEX triplet: 86, F1 and 90. RGB value is (134,241,144). Sum of RGB (Red+Green+Blue) = 134+241+144=519 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.82% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 241 - color contains mainly: green. Hex color #86F190 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F190 is #790E6F. Grayscale: #C6C6C6. Windows color (decimal): -7933552 or 9499014. OLE color: 9499014.

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

Color convert

RGB134241144-
CMYK0.4400.400.05
HSL125.61º79.26%73.53%-
HSV(B)125.61º44.4%94.51%-
XYZ46.3269.9937.45-
YUV197.9597.5582.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.82%
GREEN value IS 241 (94.53% from 255) = 46.44%
BLUE value IS 144 (56.64% from 255) = 27.75%
R=25.82%
G=46.44%
B=27.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342411440.4400.400.05125.6179.2673.53
Hex86F1902C02857e4f4a
Octal206361220540505176117112
Binary1000011011110001100100001011000101000101111111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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