#A3CA3E

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

Shades of Atlantis #A3CA3E

Tints of Atlantis #A3CA3E

Color information

#A3CA3E (or 0xA3CA3E) is unknown color: approx Atlantis. HEX triplet: A3, CA and 3E. RGB value is (163,202,62). Sum of RGB (Red+Green+Blue) = 163+202+62=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 62 (24.61% from 255 or 14.52% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CA3E is #5C35C1. Grayscale: #AEAEAE. Windows color (decimal): -6043074 or 4115107. OLE color: 4115107.

HSL color Cylindrical-coordinate representation of color #A3CA3E: hue angle of 76.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A3CA3E is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB16320262-
CMYK0.1900.690.21
HSL76.71º56.91%51.76%-
HSV(B)76.71º69.31%79.22%-
XYZ37.0950.3812.33-
YUV174.3864.58119.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.17%
GREEN value IS 202 (79.30% from 255) = 47.31%
BLUE value IS 62 (24.61% from 255) = 14.52%
R=38.17%
G=47.31%
B=14.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal163202620.1900.690.2176.7156.9151.76
HexA3CA3E13045154d3934
Octal24331276230105251157164
Binary10100011110010101111101001101000101101011001101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CA3E; }

 p { color: rgb(163,202,62); }

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

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

 a { background-color: rgb(163,202,62); }

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

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

 span { border-color: rgb(163,202,62); }

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