Html Css Color HEX #A1D135 Atlantis

📋 copy color: '#A1D135'

red 161 ◦ green 209 ◦ blue 53

#A1D135
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #A1D135

Tints of Atlantis #A1D135

RGB

 RED value IS 161 (63.28% from 255) = 38.06%

 GREEN value IS 209 (82.03% from 255) = 49.41%

 BLUE value IS 53 (21.09% from 255) = 12.53%

R = 38.06%
G = 49.41%
B = 12.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#A1D135 (or 0xA1D135) is known color: Atlantis. HEX triplet: A1, D1 and 35. RGB value is (161,209,53). Sum of RGB (Red+Green+Blue) = 161+209+53=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 209 (82.03% from 255 or 49.41% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D135 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D135 is #5E2ECA. Grayscale: #B1B1B1. Windows color (decimal): -6172363 or 3527073. OLE color: 3527073.

HSL color Cylindrical-coordinate representation of color #A1D135: hue angle of 78.46º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1D135 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 209 53 -
CMYK 0.23 0 0.75 0.18
HSL 78.46º 0.63% 0.51% -
HSV(B) 78.46º 0.75% 0.82% -
XYZ 38.14 53.44 11.67 -
YUV 176.86 58.1 116.68 -
System Red Green Blue C M Y K H S L
Decimal 161 209 53 0.23 0 0.75 0.18 78.46 0.63 0.51
Hex A1 D1 35 17 0 4B 12 4E 3F 33
Octal 241 321 65 27 0 113 22 116 77 63
Binary 10100001 11010001 110101 10111 0 1001011 10010 1001110 111111 110011

Color Harmonies of #A1D135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D135

Black with #A1D135

Text Example


Text Example

White with #A1D135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D135; }

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

 H1.HeaderClassName
 {
   color: #A1D135;
 }
 .AnyTagClassName
 {
   color: #A1D135;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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