#A4CB40

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

Shades of Atlantis #A4CB40

Tints of Atlantis #A4CB40

Color information

#A4CB40 (or 0xA4CB40) is unknown color: approx Atlantis. HEX triplet: A4, CB and 40. RGB value is (164,203,64). Sum of RGB (Red+Green+Blue) = 164+203+64=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CB40 is #5B34BF. Grayscale: #B0B0B0. Windows color (decimal): -5977280 or 4246436. OLE color: 4246436.

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

Color convert

RGB16420364-
CMYK0.1900.680.20
HSL76.83º57.2%52.35%-
HSV(B)76.83º68.47%79.61%-
XYZ37.5950.9712.71-
YUV175.4965.08119.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 203 (79.69% from 255) = 47.10%
BLUE value IS 64 (25.39% from 255) = 14.85%
R=38.05%
G=47.10%
B=14.85%

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
Decimal164203640.1900.680.2076.8357.252.35
HexA4CB4013044144d3934
Octal244313100230104241157164
Binary101001001100101110000001001101000100101001001101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CB40; }

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

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

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

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

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

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

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

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