Html Css Color HEX #A2D537 Atlantis

📋 copy color: '#A2D537'

red 162 ◦ green 213 ◦ blue 55

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

Shades of Atlantis #A2D537

Tints of Atlantis #A2D537

RGB

 RED value IS 162 (63.67% from 255) = 37.67%

 GREEN value IS 213 (83.59% from 255) = 49.53%

 BLUE value IS 55 (21.88% from 255) = 12.79%

R = 37.67%
G = 49.53%
B = 12.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#A2D537 (or 0xA2D537) is known color: Atlantis. HEX triplet: A2, D5 and 37. RGB value is (162,213,55). Sum of RGB (Red+Green+Blue) = 162+213+55=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 55 (21.88% from 255 or 12.79% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D537 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D537 is #5D2AC8. Grayscale: #B4B4B4. Windows color (decimal): -6105801 or 3659170. OLE color: 3659170.

HSL color Cylindrical-coordinate representation of color #A2D537: hue angle of 79.37º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A2D537 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 213 55 -
CMYK 0.24 0 0.74 0.16
HSL 79.37º 0.65% 0.53% -
HSV(B) 79.37º 0.74% 0.84% -
XYZ 39.38 55.55 12.26 -
YUV 179.74 57.6 115.35 -
System Red Green Blue C M Y K H S L
Decimal 162 213 55 0.24 0 0.74 0.16 79.37 0.65 0.53
Hex A2 D5 37 18 0 4A 10 4F 41 35
Octal 242 325 67 30 0 112 20 117 101 65
Binary 10100010 11010101 110111 11000 0 1001010 10000 1001111 1000001 110101

Color Harmonies of #A2D537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D537

Black with #A2D537

Text Example


Text Example

White with #A2D537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D537; }

 p { color: rgb(162,213,55); }

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

background-color css

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

 a { background-color: rgb(162,213,55); }

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

border-color css

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

 span { border-color: rgb(162,213,55); }

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