Html Css Color HEX #A2D636 Atlantis

📋 copy color: '#A2D636'

red 162 ◦ green 214 ◦ blue 54

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

Shades of Atlantis #A2D636

Tints of Atlantis #A2D636

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.77%

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

R = 37.67%
G = 49.77%
B = 12.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#A2D636 (or 0xA2D636) is known color: Atlantis. HEX triplet: A2, D6 and 36. RGB value is (162,214,54). Sum of RGB (Red+Green+Blue) = 162+214+54=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 214 (83.98% from 255 or 49.77% from 430); Blue value is 54 (21.48% from 255 or 12.56% from 430); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D636 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D636 is #5D29C9. Grayscale: #B4B4B4. Windows color (decimal): -6105546 or 3593890. OLE color: 3593890.

HSL color Cylindrical-coordinate representation of color #A2D636: hue angle of 79.5º degrees, saturation: 0.66, 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 #A2D636 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 214 54 -
CMYK 0.24 0 0.75 0.16
HSL 79.5º 0.66% 0.53% -
HSV(B) 79.5º 0.75% 0.84% -
XYZ 39.61 56.04 12.22 -
YUV 180.21 56.77 115.01 -
System Red Green Blue C M Y K H S L
Decimal 162 214 54 0.24 0 0.75 0.16 79.5 0.66 0.53
Hex A2 D6 36 18 0 4B 10 50 42 35
Octal 242 326 66 30 0 113 20 120 102 65
Binary 10100010 11010110 110110 11000 0 1001011 10000 1010000 1000010 110101

Color Harmonies of #A2D636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D636

Black with #A2D636

Text Example


Text Example

White with #A2D636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D636; }

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

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

background-color css

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

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

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

border-color css

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

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

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