#86DC34

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

Shades of Atlantis #86DC34

Tints of Atlantis #86DC34

Color information

#86DC34 (or 0x86DC34) is unknown color: approx Atlantis. HEX triplet: 86, DC and 34. RGB value is (134,220,52). Sum of RGB (Red+Green+Blue) = 134+220+52=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 220 (86.33% from 255 or 54.19% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 220 - color contains mainly: green. Hex color #86DC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DC34 is #7923CB. Grayscale: #AFAFAF. Windows color (decimal): -7939020 or 3464326. OLE color: 3464326.

HSL color Cylindrical-coordinate representation of color #86DC34: hue angle of 90.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86DC34 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB13422052-
CMYK0.3900.760.14
HSL90.71º70.59%53.33%-
HSV(B)90.71º76.36%86.27%-
XYZ36.0456.512.26-
YUV175.1358.5198.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.00%
GREEN value IS 220 (86.33% from 255) = 54.19%
BLUE value IS 52 (20.70% from 255) = 12.81%
R=33.00%
G=54.19%
B=12.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal134220520.3900.760.1490.7170.5953.33
Hex86DC342704CE5b4735
Octal206334644701141613310765
Binary100001101101110011010010011101001100111010110111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,220,52); }

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

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

 a { background-color: rgb(134,220,52); }

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

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

 span { border-color: rgb(134,220,52); }

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