#A6D832

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

Shades of Atlantis #A6D832

Tints of Atlantis #A6D832

Color information

#A6D832 (or 0xA6D832) is unknown color: approx Atlantis. HEX triplet: A6, D8 and 32. RGB value is (166,216,50). Sum of RGB (Red+Green+Blue) = 166+216+50=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 216 (84.77% from 255 or 50% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D832 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D832 is #5927CD. Grayscale: #B6B6B6. Windows color (decimal): -5842894 or 3332262. OLE color: 3332262.

HSL color Cylindrical-coordinate representation of color #A6D832: hue angle of 78.07º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6D832 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB16621650-
CMYK0.2300.770.15
HSL78.07º68.03%52.16%-
HSV(B)78.07º76.85%84.71%-
XYZ40.8657.4511.95-
YUV182.1353.44116.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 216 (84.77% from 255) = 50%
BLUE value IS 50 (19.92% from 255) = 11.57%
R=38.43%
G=50%
B=11.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal166216500.2300.770.1578.0768.0352.16
HexA6D8321704DF4e4434
Octal246330622701151711610464
Binary10100110110110001100101011101001101111110011101000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D832; }

 p { color: rgb(166,216,50); }

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

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

 a { background-color: rgb(166,216,50); }

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

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

 span { border-color: rgb(166,216,50); }

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