#A1D73F

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

Shades of Atlantis #A1D73F

Tints of Atlantis #A1D73F

Color information

#A1D73F (or 0xA1D73F) is unknown color: approx Atlantis. HEX triplet: A1, D7 and 3F. RGB value is (161,215,63). Sum of RGB (Red+Green+Blue) = 161+215+63=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 63 (25% from 255 or 14.35% from 439); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D73F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D73F is #5E28C0. Grayscale: #B6B6B6. Windows color (decimal): -6170817 or 4183969. OLE color: 4183969.

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

Color convert

RGB16121563-
CMYK0.2500.710.16
HSL81.32º65.52%54.51%-
HSV(B)81.32º70.7%84.31%-
XYZ39.956.5413.51-
YUV181.5361.11113.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.67%
GREEN value IS 215 (84.38% from 255) = 48.97%
BLUE value IS 63 (25% from 255) = 14.35%
R=36.67%
G=48.97%
B=14.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161215630.2500.710.1681.3265.5254.51
HexA1D73F1904710514237
Octal241327773101072012110267
Binary101000011101011111111111001010001111000010100011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D73F; }

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

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

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

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

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

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

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

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