#86E33E

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

Shades of Atlantis #86E33E

Tints of Atlantis #86E33E

Color information

#86E33E (or 0x86E33E) is unknown color: approx Atlantis. HEX triplet: 86, E3 and 3E. RGB value is (134,227,62). Sum of RGB (Red+Green+Blue) = 134+227+62=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 227 (89.06% from 255 or 53.66% from 423); Blue value is 62 (24.61% from 255 or 14.66% from 423); Max value from RGB is 227 - color contains mainly: green. Hex color #86E33E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86E33E is #791CC1. Grayscale: #B4B4B4. Windows color (decimal): -7937218 or 4121478. OLE color: 4121478.

HSL color Cylindrical-coordinate representation of color #86E33E: hue angle of 93.82º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #86E33E is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB13422762-
CMYK0.4100.730.11
HSL93.82º74.66%56.67%-
HSV(B)93.82º72.69%89.02%-
XYZ38.1760.3514.2-
YUV180.3861.1994.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.68%
GREEN value IS 227 (89.06% from 255) = 53.66%
BLUE value IS 62 (24.61% from 255) = 14.66%
R=31.68%
G=53.66%
B=14.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal134227620.4100.730.1193.8274.6656.67
Hex86E33E29049B5e4b39
Octal206343765101111313611371
Binary100001101110001111111010100101001001101110111101001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,227,62); }

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

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

 a { background-color: rgb(134,227,62); }

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

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

 span { border-color: rgb(134,227,62); }

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