#A0C33E

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

Shades of Atlantis #A0C33E

Tints of Atlantis #A0C33E

Color information

#A0C33E (or 0xA0C33E) is unknown color: approx Atlantis. HEX triplet: A0, C3 and 3E. RGB value is (160,195,62). Sum of RGB (Red+Green+Blue) = 160+195+62=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C33E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C33E is #5F3CC1. Grayscale: #A9A9A9. Windows color (decimal): -6241474 or 4113312. OLE color: 4113312.

HSL color Cylindrical-coordinate representation of color #A0C33E: hue angle of 75.79º degrees, saturation: 0.53, 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 #A0C33E is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB16019562-
CMYK0.1800.680.24
HSL75.79º52.57%50.39%-
HSV(B)75.79º68.21%76.47%-
XYZ34.8846.8511.76-
YUV169.3767.4121.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.37%
GREEN value IS 195 (76.56% from 255) = 46.76%
BLUE value IS 62 (24.61% from 255) = 14.87%
R=38.37%
G=46.76%
B=14.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160195620.1800.680.2475.7952.5750.39
HexA0C33E12044184c3532
Octal24030376220104301146562
Binary10100000110000111111101001001000100110001001100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C33E; }

 p { color: rgb(160,195,62); }

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

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

 a { background-color: rgb(160,195,62); }

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

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

 span { border-color: rgb(160,195,62); }

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