#A3CB50

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

Shades of Atlantis #A3CB50

Tints of Atlantis #A3CB50

Color information

#A3CB50 (or 0xA3CB50) is unknown color: approx Atlantis. HEX triplet: A3, CB and 50. RGB value is (163,203,80). Sum of RGB (Red+Green+Blue) = 163+203+80=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CB50 is #5C34AF. Grayscale: #B1B1B1. Windows color (decimal): -6042800 or 5295011. OLE color: 5295011.

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

Color convert

RGB16320380-
CMYK0.2000.610.20
HSL79.51º54.19%55.49%-
HSV(B)79.51º60.59%79.61%-
XYZ37.9151.0815.45-
YUV177.0273.25118-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.55%
GREEN value IS 203 (79.69% from 255) = 45.52%
BLUE value IS 80 (31.64% from 255) = 17.94%
R=36.55%
G=45.52%
B=17.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal163203800.2000.610.2079.5154.1955.49
HexA3CB501403D14503637
Octal24331312024075241206667
Binary10100011110010111010000101000111101101001010000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CB50; }

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

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

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

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

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

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

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

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