#86F96A

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

Shades of Screamin' Green #86F96A

Tints of Screamin' Green #86F96A

Color information

#86F96A (or 0x86F96A) is unknown color: approx Screamin' Green. HEX triplet: 86, F9 and 6A. RGB value is (134,249,106). Sum of RGB (Red+Green+Blue) = 134+249+106=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 249 (97.66% from 255 or 50.92% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 249 - color contains mainly: green. Hex color #86F96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F96A is #790695. Grayscale: #C6C6C6. Windows color (decimal): -7931542 or 7010694. OLE color: 7010694.

HSL color Cylindrical-coordinate representation of color #86F96A: hue angle of 108.25º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86F96A is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB134249106-
CMYK0.4600.570.02
HSL108.25º92.26%69.61%-
HSV(B)108.25º57.43%97.65%-
XYZ46.3173.8625.45-
YUV198.3175.982.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.40%
GREEN value IS 249 (97.66% from 255) = 50.92%
BLUE value IS 106 (41.80% from 255) = 21.68%
R=27.40%
G=50.92%
B=21.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342491060.4600.570.02108.2592.2669.61
Hex86F96A2E03926c5c46
Octal206371152560712154134106
Binary10000110111110011101010101110011100110110110010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,249,106); }

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

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

 a { background-color: rgb(134,249,106); }

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

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

 span { border-color: rgb(134,249,106); }

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