#A3CB4A

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

Shades of Atlantis #A3CB4A

Tints of Atlantis #A3CB4A

Color information

#A3CB4A (or 0xA3CB4A) is unknown color: approx Atlantis. HEX triplet: A3, CB and 4A. RGB value is (163,203,74). Sum of RGB (Red+Green+Blue) = 163+203+74=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CB4A is #5C34B5. Grayscale: #B0B0B0. Windows color (decimal): -6042806 or 4901795. OLE color: 4901795.

HSL color Cylindrical-coordinate representation of color #A3CB4A: hue angle of 78.6º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3CB4A is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB16320374-
CMYK0.2000.640.20
HSL78.6º55.36%54.31%-
HSV(B)78.6º63.55%79.61%-
XYZ37.750.9914.33-
YUV176.3370.25118.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 203 (79.69% from 255) = 46.14%
BLUE value IS 74 (29.30% from 255) = 16.82%
R=37.05%
G=46.14%
B=16.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal163203740.2000.640.2078.655.3654.31
HexA3CB4A14040144f3736
Octal243313112240100241176766
Binary101000111100101110010101010001000000101001001111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CB4A; }

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

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

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

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

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

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

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

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