Html Css Color HEX #A2DB48 Atlantis

📋 copy color: '#A2DB48'

red 162 ◦ green 219 ◦ blue 72

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

Shades of Atlantis #A2DB48

Tints of Atlantis #A2DB48

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.34%

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

R = 35.76%
G = 48.34%
B = 15.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#A2DB48 (or 0xA2DB48) is known color: Atlantis. HEX triplet: A2, DB and 48. RGB value is (162,219,72). Sum of RGB (Red+Green+Blue) = 162+219+72=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DB48 is #5D24B7. Grayscale: #B9B9B9. Windows color (decimal): -6104248 or 4774818. OLE color: 4774818.

HSL color Cylindrical-coordinate representation of color #A2DB48: hue angle of 83.27º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2DB48 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 219 72 -
CMYK 0.26 0 0.67 0.14
HSL 83.27º 0.67% 0.57% -
HSV(B) 83.27º 0.67% 0.86% -
XYZ 41.4 58.81 15.3 -
YUV 185.2 64.12 111.45 -
System Red Green Blue C M Y K H S L
Decimal 162 219 72 0.26 0 0.67 0.14 83.27 0.67 0.57
Hex A2 DB 48 1A 0 43 E 53 43 39
Octal 242 333 110 32 0 103 16 123 103 71
Binary 10100010 11011011 1001000 11010 0 1000011 1110 1010011 1000011 111001

Color Harmonies of #A2DB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DB48

Black with #A2DB48

Text Example


Text Example

White with #A2DB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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