#A5CB40

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

Shades of Atlantis #A5CB40

Tints of Atlantis #A5CB40

Color information

#A5CB40 (or 0xA5CB40) is unknown color: approx Atlantis. HEX triplet: A5, CB and 40. RGB value is (165,203,64). Sum of RGB (Red+Green+Blue) = 165+203+64=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CB40 is #5A34BF. Grayscale: #B0B0B0. Windows color (decimal): -5911744 or 4246437. OLE color: 4246437.

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

Color convert

RGB16520364-
CMYK0.1900.680.20
HSL76.4º57.2%52.35%-
HSV(B)76.4º68.47%79.61%-
XYZ37.851.0812.72-
YUV175.7964.91120.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.19%
GREEN value IS 203 (79.69% from 255) = 46.99%
BLUE value IS 64 (25.39% from 255) = 14.81%
R=38.19%
G=46.99%
B=14.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal165203640.1900.680.2076.457.252.35
HexA5CB4013044144c3934
Octal245313100230104241147164
Binary101001011100101110000001001101000100101001001100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CB40; }

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

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

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

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

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

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

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

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