#A6C23E

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

Shades of Atlantis #A6C23E

Tints of Atlantis #A6C23E

Color information

#A6C23E (or 0xA6C23E) is unknown color: approx Atlantis. HEX triplet: A6, C2 and 3E. RGB value is (166,194,62). Sum of RGB (Red+Green+Blue) = 166+194+62=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C23E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C23E is #593DC1. Grayscale: #ABABAB. Windows color (decimal): -5848514 or 4113062. OLE color: 4113062.

HSL color Cylindrical-coordinate representation of color #A6C23E: hue angle of 72.73º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6C23E is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB16619462-
CMYK0.1400.680.24
HSL72.73º51.97%50.2%-
HSV(B)72.73º68.04%76.08%-
XYZ35.8947.0411.75-
YUV170.5866.72124.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 194 (76.17% from 255) = 45.97%
BLUE value IS 62 (24.61% from 255) = 14.69%
R=39.34%
G=45.97%
B=14.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal166194620.1400.680.2472.7351.9750.2
HexA6C23EE04418493432
Octal24630276160104301116462
Binary1010011011000010111110111001000100110001001001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C23E; }

 p { color: rgb(166,194,62); }

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

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

 a { background-color: rgb(166,194,62); }

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

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

 span { border-color: rgb(166,194,62); }

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