Html Css Color HEX #A2D348 Atlantis

📋 copy color: '#A2D348'

red 162 ◦ green 211 ◦ blue 72

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

Shades of Atlantis #A2D348

Tints of Atlantis #A2D348

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.42%

 BLUE value IS 72 (28.52% from 255) = 16.18%

R = 36.4%
G = 47.42%
B = 16.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#A2D348 (or 0xA2D348) is known color: Atlantis. HEX triplet: A2, D3 and 48. RGB value is (162,211,72). Sum of RGB (Red+Green+Blue) = 162+211+72=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 211 (82.81% from 255 or 47.42% from 445); Blue value is 72 (28.52% from 255 or 16.18% from 445); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D348 is #5D2CB7. Grayscale: #B5B5B5. Windows color (decimal): -6106296 or 4772770. OLE color: 4772770.

HSL color Cylindrical-coordinate representation of color #A2D348: hue angle of 81.15º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2D348 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 162 211 72 -
CMYK 0.23 0 0.66 0.17
HSL 81.15º 0.61% 0.55% -
HSV(B) 81.15º 0.66% 0.83% -
XYZ 39.36 54.74 14.62 -
YUV 180.5 66.77 114.8 -
System Red Green Blue C M Y K H S L
Decimal 162 211 72 0.23 0 0.66 0.17 81.15 0.61 0.55
Hex A2 D3 48 17 0 42 11 51 3D 37
Octal 242 323 110 27 0 102 21 121 75 67
Binary 10100010 11010011 1001000 10111 0 1000010 10001 1010001 111101 110111

Color Harmonies of #A2D348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D348

Black with #A2D348

Text Example


Text Example

White with #A2D348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D348; }

 p { color: rgb(162,211,72); }

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

background-color css

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

 a { background-color: rgb(162,211,72); }

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

border-color css

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

 span { border-color: rgb(162,211,72); }

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