Html Css Color HEX #A2D848 Atlantis

📋 copy color: '#A2D848'

red 162 ◦ green 216 ◦ blue 72

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

Shades of Atlantis #A2D848

Tints of Atlantis #A2D848

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48%

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

R = 36%
G = 48%
B = 16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#A2D848 (or 0xA2D848) is known color: Atlantis. HEX triplet: A2, D8 and 48. RGB value is (162,216,72). Sum of RGB (Red+Green+Blue) = 162+216+72=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 216 (84.77% from 255 or 48% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D848 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D848 is #5D27B7. Grayscale: #B7B7B7. Windows color (decimal): -6105016 or 4774050. OLE color: 4774050.

HSL color Cylindrical-coordinate representation of color #A2D848: hue angle of 82.5º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2D848 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 216 72 -
CMYK 0.25 0 0.67 0.15
HSL 82.5º 0.65% 0.56% -
HSV(B) 82.5º 0.67% 0.85% -
XYZ 40.63 57.26 15.04 -
YUV 183.44 65.11 112.71 -
System Red Green Blue C M Y K H S L
Decimal 162 216 72 0.25 0 0.67 0.15 82.5 0.65 0.56
Hex A2 D8 48 19 0 43 F 52 41 38
Octal 242 330 110 31 0 103 17 122 101 70
Binary 10100010 11011000 1001000 11001 0 1000011 1111 1010010 1000001 111000

Color Harmonies of #A2D848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D848

Black with #A2D848

Text Example


Text Example

White with #A2D848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D848; }

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

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

background-color css

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

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

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

border-color css

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

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

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