#86F398

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

Shades of Light Green #86F398

Tints of Light Green #86F398

Color information

#86F398 (or 0x86F398) is unknown color: approx Light Green. HEX triplet: 86, F3 and 98. RGB value is (134,243,152). Sum of RGB (Red+Green+Blue) = 134+243+152=529 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.33% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #86F398 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F398 is #790C67. Grayscale: #C8C8C8. Windows color (decimal): -7933032 or 10023814. OLE color: 10023814.

HSL color Cylindrical-coordinate representation of color #86F398: hue angle of 129.91º degrees, saturation: 0.82, 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 #86F398 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB134243152-
CMYK0.4500.370.05
HSL129.91º81.95%73.92%-
HSV(B)129.91º44.86%95.29%-
XYZ47.5571.4440.99-
YUV200.04100.8980.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.33%
GREEN value IS 243 (95.31% from 255) = 45.94%
BLUE value IS 152 (59.77% from 255) = 28.73%
R=25.33%
G=45.94%
B=28.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342431520.4500.370.05129.9181.9573.92
Hex86F3982D025582524a
Octal206363230550455202122112
Binary10000110111100111001100010110101001011011000001010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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