Html Css Color HEX #A2D245 Atlantis

📋 copy color: '#A2D245'

red 162 ◦ green 210 ◦ blue 69

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

Shades of Atlantis #A2D245

Tints of Atlantis #A2D245

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.62%

 BLUE value IS 69 (27.34% from 255) = 15.65%

R = 36.73%
G = 47.62%
B = 15.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#A2D245 (or 0xA2D245) is known color: Atlantis. HEX triplet: A2, D2 and 45. RGB value is (162,210,69). Sum of RGB (Red+Green+Blue) = 162+210+69=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 69 (27.34% from 255 or 15.65% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D245 is #5D2DBA. Grayscale: #B4B4B4. Windows color (decimal): -6106555 or 4575906. OLE color: 4575906.

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

Color convert

RGB 162 210 69 -
CMYK 0.23 0 0.67 0.18
HSL 80.43º 0.61% 0.55% -
HSV(B) 80.43º 0.67% 0.82% -
XYZ 39.02 54.2 14.04 -
YUV 179.57 65.6 115.46 -
System Red Green Blue C M Y K H S L
Decimal 162 210 69 0.23 0 0.67 0.18 80.43 0.61 0.55
Hex A2 D2 45 17 0 43 12 50 3D 37
Octal 242 322 105 27 0 103 22 120 75 67
Binary 10100010 11010010 1000101 10111 0 1000011 10010 1010000 111101 110111

Color Harmonies of #A2D245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D245

Black with #A2D245

Text Example


Text Example

White with #A2D245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D245; }

 p { color: rgb(162,210,69); }

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

background-color css

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

 a { background-color: rgb(162,210,69); }

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

border-color css

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

 span { border-color: rgb(162,210,69); }

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