#86F392

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

Shades of Light Green #86F392

Tints of Light Green #86F392

Color information

#86F392 (or 0x86F392) is unknown color: approx Light Green. HEX triplet: 86, F3 and 92. RGB value is (134,243,146). Sum of RGB (Red+Green+Blue) = 134+243+146=523 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.62% from 523); Green value is 243 (95.31% from 255 or 46.46% from 523); Blue value is 146 (57.42% from 255 or 27.92% from 523); Max value from RGB is 243 - color contains mainly: green. Hex color #86F392 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F392 is #790C6D. Grayscale: #C7C7C7. Windows color (decimal): -7933038 or 9630598. OLE color: 9630598.

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

Color convert

RGB134243146-
CMYK0.4500.400.05
HSL126.61º81.95%73.92%-
HSV(B)126.61º44.86%95.29%-
XYZ47.0771.2438.46-
YUV199.3597.8981.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.62%
GREEN value IS 243 (95.31% from 255) = 46.46%
BLUE value IS 146 (57.42% from 255) = 27.92%
R=25.62%
G=46.46%
B=27.92%

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
Decimal1342431460.4500.400.05126.6181.9573.92
Hex86F3922D02857f524a
Octal206363222550505177122112
Binary1000011011110011100100101011010101000101111111110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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