#A3CB3A

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

Shades of Atlantis #A3CB3A

Tints of Atlantis #A3CB3A

Color information

#A3CB3A (or 0xA3CB3A) is unknown color: approx Atlantis. HEX triplet: A3, CB and 3A. RGB value is (163,203,58). Sum of RGB (Red+Green+Blue) = 163+203+58=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 58 (23.05% from 255 or 13.68% from 424); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CB3A is #5C34C5. Grayscale: #AFAFAF. Windows color (decimal): -6042822 or 3853219. OLE color: 3853219.

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

Color convert

RGB16320358-
CMYK0.2000.710.20
HSL76.55º58.23%51.18%-
HSV(B)76.55º71.43%79.61%-
XYZ37.2250.811.85-
YUV174.5162.25119.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.44%
GREEN value IS 203 (79.69% from 255) = 47.88%
BLUE value IS 58 (23.05% from 255) = 13.68%
R=38.44%
G=47.88%
B=13.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal163203580.2000.710.2076.5558.2351.18
HexA3CB3A14047144d3a33
Octal24331372240107241157263
Binary10100011110010111110101010001000111101001001101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CB3A; }

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

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

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

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

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

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

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

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