#A1D74A

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

Shades of Atlantis #A1D74A

Tints of Atlantis #A1D74A

Color information

#A1D74A (or 0xA1D74A) is unknown color: approx Atlantis. HEX triplet: A1, D7 and 4A. RGB value is (161,215,74). Sum of RGB (Red+Green+Blue) = 161+215+74=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D74A is #5E28B5. Grayscale: #B7B7B7. Windows color (decimal): -6170806 or 4904865. OLE color: 4904865.

HSL color Cylindrical-coordinate representation of color #A1D74A: hue angle of 82.98º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1D74A is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB16121574-
CMYK0.2500.660.16
HSL82.98º63.8%56.67%-
HSV(B)82.98º65.58%84.31%-
XYZ40.2356.6715.3-
YUV182.7866.61112.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.78%
GREEN value IS 215 (84.38% from 255) = 47.78%
BLUE value IS 74 (29.30% from 255) = 16.44%
R=35.78%
G=47.78%
B=16.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161215740.2500.660.1682.9863.856.67
HexA1D74A1904210534039
Octal2413271123101022012310071
Binary1010000111010111100101011001010000101000010100111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D74A; }

 p { color: rgb(161,215,74); }

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

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

 a { background-color: rgb(161,215,74); }

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

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

 span { border-color: rgb(161,215,74); }

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