#A1D635

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

Shades of Atlantis #A1D635

Tints of Atlantis #A1D635

Color information

#A1D635 (or 0xA1D635) is unknown color: approx Atlantis. HEX triplet: A1, D6 and 35. RGB value is (161,214,53). Sum of RGB (Red+Green+Blue) = 161+214+53=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 214 (83.98% from 255 or 50% from 428); Blue value is 53 (21.09% from 255 or 12.38% from 428); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D635 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D635 is #5E29CA. Grayscale: #B4B4B4. Windows color (decimal): -6171083 or 3528353. OLE color: 3528353.

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

Color convert

RGB16121453-
CMYK0.2500.750.16
HSL79.75º66.26%52.35%-
HSV(B)79.75º75.23%83.92%-
XYZ39.3955.9312.09-
YUV179.856.44114.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.62%
GREEN value IS 214 (83.98% from 255) = 50%
BLUE value IS 53 (21.09% from 255) = 12.38%
R=37.62%
G=50%
B=12.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161214530.2500.750.1679.7566.2652.35
HexA1D6351904B10504234
Octal241326653101132012010264
Binary101000011101011011010111001010010111000010100001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D635; }

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

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

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

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

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

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

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

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