Html Css Color HEX #A2D736 Atlantis

📋 copy color: '#A2D736'

red 162 ◦ green 215 ◦ blue 54

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

Shades of Atlantis #A2D736

Tints of Atlantis #A2D736

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.88%

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

R = 37.59%
G = 49.88%
B = 12.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#A2D736 (or 0xA2D736) is known color: Atlantis. HEX triplet: A2, D7 and 36. RGB value is (162,215,54). Sum of RGB (Red+Green+Blue) = 162+215+54=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 54 (21.48% from 255 or 12.53% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D736 is #5D28C9. Grayscale: #B5B5B5. Windows color (decimal): -6105290 or 3594146. OLE color: 3594146.

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

Color convert

RGB 162 215 54 -
CMYK 0.25 0 0.75 0.16
HSL 79.75º 0.67% 0.53% -
HSV(B) 79.75º 0.75% 0.84% -
XYZ 39.87 56.55 12.3 -
YUV 180.8 56.44 114.59 -
System Red Green Blue C M Y K H S L
Decimal 162 215 54 0.25 0 0.75 0.16 79.75 0.67 0.53
Hex A2 D7 36 19 0 4B 10 50 43 35
Octal 242 327 66 31 0 113 20 120 103 65
Binary 10100010 11010111 110110 11001 0 1001011 10000 1010000 1000011 110101

Color Harmonies of #A2D736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D736

Black with #A2D736

Text Example


Text Example

White with #A2D736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D736; }

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

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

background-color css

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

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

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

border-color css

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

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

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