#A3CB40

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

Shades of Atlantis #A3CB40

Tints of Atlantis #A3CB40

Color information

#A3CB40 (or 0xA3CB40) is unknown color: approx Atlantis. HEX triplet: A3, CB and 40. RGB value is (163,203,64). Sum of RGB (Red+Green+Blue) = 163+203+64=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CB40 is #5C34BF. Grayscale: #AFAFAF. Windows color (decimal): -6042816 or 4246435. OLE color: 4246435.

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

Color convert

RGB16320364-
CMYK0.2000.680.20
HSL77.27º57.2%52.35%-
HSV(B)77.27º68.47%79.61%-
XYZ37.3950.8712.7-
YUV175.1965.25119.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 203 (79.69% from 255) = 47.21%
BLUE value IS 64 (25.39% from 255) = 14.88%
R=37.91%
G=47.21%
B=14.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal163203640.2000.680.2077.2757.252.35
HexA3CB4014044144d3934
Octal243313100240104241157164
Binary101000111100101110000001010001000100101001001101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CB40; }

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

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

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

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

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

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

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

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