#A1D835

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

Shades of Atlantis #A1D835

Tints of Atlantis #A1D835

Color information

#A1D835 (or 0xA1D835) is unknown color: approx Atlantis. HEX triplet: A1, D8 and 35. RGB value is (161,216,53). Sum of RGB (Red+Green+Blue) = 161+216+53=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 216 (84.77% from 255 or 50.23% from 430); Blue value is 53 (21.09% from 255 or 12.33% from 430); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D835 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D835 is #5E27CA. Grayscale: #B5B5B5. Windows color (decimal): -6170571 or 3528865. OLE color: 3528865.

HSL color Cylindrical-coordinate representation of color #A1D835: hue angle of 80.25º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1D835 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB16121653-
CMYK0.2500.750.15
HSL80.25º67.63%52.75%-
HSV(B)80.25º75.46%84.71%-
XYZ39.956.9512.26-
YUV180.9755.78113.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.44%
GREEN value IS 216 (84.77% from 255) = 50.23%
BLUE value IS 53 (21.09% from 255) = 12.33%
R=37.44%
G=50.23%
B=12.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal161216530.2500.750.1580.2567.6352.75
HexA1D8351904BF504435
Octal241330653101131712010465
Binary10100001110110001101011100101001011111110100001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D835; }

 p { color: rgb(161,216,53); }

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

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

 a { background-color: rgb(161,216,53); }

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

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

 span { border-color: rgb(161,216,53); }

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