#A1CB40

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

Shades of Atlantis #A1CB40

Tints of Atlantis #A1CB40

Color information

#A1CB40 (or 0xA1CB40) is unknown color: approx Atlantis. HEX triplet: A1, CB and 40. RGB value is (161,203,64). Sum of RGB (Red+Green+Blue) = 161+203+64=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CB40 is #5E34BF. Grayscale: #AFAFAF. Windows color (decimal): -6173888 or 4246433. OLE color: 4246433.

HSL color Cylindrical-coordinate representation of color #A1CB40: hue angle of 78.13º 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 #A1CB40 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB16120364-
CMYK0.2100.680.20
HSL78.13º57.2%52.35%-
HSV(B)78.13º68.47%79.61%-
XYZ36.9850.6612.68-
YUV174.665.59118.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.62%
GREEN value IS 203 (79.69% from 255) = 47.43%
BLUE value IS 64 (25.39% from 255) = 14.95%
R=37.62%
G=47.43%
B=14.95%

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
Decimal161203640.2100.680.2078.1357.252.35
HexA1CB4015044144e3934
Octal241313100250104241167164
Binary101000011100101110000001010101000100101001001110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CB40; }

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

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

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

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

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

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

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

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