Html Css Color HEX #A2D936 Atlantis

📋 copy color: '#A2D936'

red 162 ◦ green 217 ◦ blue 54

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

Shades of Atlantis #A2D936

Tints of Atlantis #A2D936

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.12%

 BLUE value IS 54 (21.48% from 255) = 12.47%

R = 37.41%
G = 50.12%
B = 12.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#A2D936 (or 0xA2D936) is known color: Atlantis. HEX triplet: A2, D9 and 36. RGB value is (162,217,54). Sum of RGB (Red+Green+Blue) = 162+217+54=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 54 (21.48% from 255 or 12.47% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D936 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D936 is #5D26C9. Grayscale: #B6B6B6. Windows color (decimal): -6104778 or 3594658. OLE color: 3594658.

HSL color Cylindrical-coordinate representation of color #A2D936: 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 #A2D936 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 217 54 -
CMYK 0.25 0 0.75 0.15
HSL 80.25º 0.68% 0.53% -
HSV(B) 80.25º 0.75% 0.85% -
XYZ 40.38 57.57 12.47 -
YUV 181.97 55.78 113.75 -
System Red Green Blue C M Y K H S L
Decimal 162 217 54 0.25 0 0.75 0.15 80.25 0.68 0.53
Hex A2 D9 36 19 0 4B F 50 44 35
Octal 242 331 66 31 0 113 17 120 104 65
Binary 10100010 11011001 110110 11001 0 1001011 1111 1010000 1000100 110101

Color Harmonies of #A2D936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D936

Black with #A2D936

Text Example


Text Example

White with #A2D936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D936; }

 p { color: rgb(162,217,54); }

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

background-color css

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

 a { background-color: rgb(162,217,54); }

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

border-color css

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

 span { border-color: rgb(162,217,54); }

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