#A0CB40

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

Shades of Atlantis #A0CB40

Tints of Atlantis #A0CB40

Color information

#A0CB40 (or 0xA0CB40) is unknown color: approx Atlantis. HEX triplet: A0, CB and 40. RGB value is (160,203,64). Sum of RGB (Red+Green+Blue) = 160+203+64=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CB40 is #5F34BF. Grayscale: #AEAEAE. Windows color (decimal): -6239424 or 4246432. OLE color: 4246432.

HSL color Cylindrical-coordinate representation of color #A0CB40: hue angle of 78.56º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0CB40 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB16020364-
CMYK0.2100.680.20
HSL78.56º57.2%52.35%-
HSV(B)78.56º68.47%79.61%-
XYZ36.7850.5612.67-
YUV174.365.75117.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.47%
GREEN value IS 203 (79.69% from 255) = 47.54%
BLUE value IS 64 (25.39% from 255) = 14.99%
R=37.47%
G=47.54%
B=14.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal160203640.2100.680.2078.5657.252.35
HexA0CB4015044144f3934
Octal240313100250104241177164
Binary101000001100101110000001010101000100101001001111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CB40; }

 p { color: rgb(160,203,64); }

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

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

 a { background-color: rgb(160,203,64); }

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

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

 span { border-color: rgb(160,203,64); }

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