Html Css Color HEX #A1D439 Atlantis

📋 copy color: '#A1D439'

red 161 ◦ green 212 ◦ blue 57

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

Shades of Atlantis #A1D439

Tints of Atlantis #A1D439

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.3%

 BLUE value IS 57 (22.66% from 255) = 13.26%

R = 37.44%
G = 49.3%
B = 13.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#A1D439 (or 0xA1D439) is known color: Atlantis. HEX triplet: A1, D4 and 39. RGB value is (161,212,57). Sum of RGB (Red+Green+Blue) = 161+212+57=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 212 (83.20% from 255 or 49.30% from 430); Blue value is 57 (22.66% from 255 or 13.26% from 430); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D439 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D439 is #5E2BC6. Grayscale: #B3B3B3. Windows color (decimal): -6171591 or 3789985. OLE color: 3789985.

HSL color Cylindrical-coordinate representation of color #A1D439: hue angle of 79.74º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1D439 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 161 212 57 -
CMYK 0.24 0 0.73 0.17
HSL 79.74º 0.64% 0.53% -
HSV(B) 79.74º 0.73% 0.83% -
XYZ 38.98 54.96 12.42 -
YUV 179.08 59.1 115.1 -
System Red Green Blue C M Y K H S L
Decimal 161 212 57 0.24 0 0.73 0.17 79.74 0.64 0.53
Hex A1 D4 39 18 0 49 11 50 40 35
Octal 241 324 71 30 0 111 21 120 100 65
Binary 10100001 11010100 111001 11000 0 1001001 10001 1010000 1000000 110101

Color Harmonies of #A1D439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D439

Black with #A1D439

Text Example


Text Example

White with #A1D439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D439; }

 p { color: rgb(161,212,57); }

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

background-color css

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

 a { background-color: rgb(161,212,57); }

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

border-color css

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

 span { border-color: rgb(161,212,57); }

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