#86EE32

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

Shades of Atlantis #86EE32

Tints of Atlantis #86EE32

Color information

#86EE32 (or 0x86EE32) is unknown color: approx Atlantis. HEX triplet: 86, EE and 32. RGB value is (134,238,50). Sum of RGB (Red+Green+Blue) = 134+238+50=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 238 (93.36% from 255 or 56.40% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 238 - color contains mainly: green. Hex color #86EE32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86EE32 is #7911CD. Grayscale: #BABABA. Windows color (decimal): -7934414 or 3337862. OLE color: 3337862.

HSL color Cylindrical-coordinate representation of color #86EE32: hue angle of 93.19º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86EE32 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB13423850-
CMYK0.4400.790.07
HSL93.19º84.68%56.47%-
HSV(B)93.19º78.99%93.33%-
XYZ40.9866.4513.68-
YUV185.4751.5491.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.75%
GREEN value IS 238 (93.36% from 255) = 56.40%
BLUE value IS 50 (19.92% from 255) = 11.85%
R=31.75%
G=56.40%
B=11.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal134238500.4400.790.0793.1984.6856.47
Hex86EE322C04F75d5538
Octal20635662540117713512570
Binary10000110111011101100101011000100111111110111011010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,238,50); }

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

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

 a { background-color: rgb(134,238,50); }

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

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

 span { border-color: rgb(134,238,50); }

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