#86F65A

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

Shades of Screamin' Green #86F65A

Tints of Screamin' Green #86F65A

Color information

#86F65A (or 0x86F65A) is unknown color: approx Screamin' Green. HEX triplet: 86, F6 and 5A. RGB value is (134,246,90). Sum of RGB (Red+Green+Blue) = 134+246+90=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 246 (96.48% from 255 or 52.34% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 246 - color contains mainly: green. Hex color #86F65A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F65A is #7909A5. Grayscale: #C3C3C3. Windows color (decimal): -7932326 or 5961350. OLE color: 5961350.

HSL color Cylindrical-coordinate representation of color #86F65A: hue angle of 103.08º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86F65A is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB13424690-
CMYK0.4600.630.04
HSL103.08º89.66%65.88%-
HSV(B)103.08º63.41%96.47%-
XYZ44.6371.7221.16-
YUV194.7368.8984.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.51%
GREEN value IS 246 (96.48% from 255) = 52.34%
BLUE value IS 90 (35.55% from 255) = 19.15%
R=28.51%
G=52.34%
B=19.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal134246900.4600.630.04103.0889.6665.88
Hex86F65A2E03F4675a42
Octal206366132560774147132102
Binary100001101111011010110101011100111111100110011110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,246,90); }

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

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

 a { background-color: rgb(134,246,90); }

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

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

 span { border-color: rgb(134,246,90); }

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