Html Css Color HEX #A2D242 Atlantis

📋 copy color: '#A2D242'

red 162 ◦ green 210 ◦ blue 66

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

Shades of Atlantis #A2D242

Tints of Atlantis #A2D242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.07%

R = 36.99%
G = 47.95%
B = 15.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#A2D242 (or 0xA2D242) is known color: Atlantis. HEX triplet: A2, D2 and 42. RGB value is (162,210,66). Sum of RGB (Red+Green+Blue) = 162+210+66=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 66 (26.17% from 255 or 15.07% from 438); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D242 is #5D2DBD. Grayscale: #B3B3B3. Windows color (decimal): -6106558 or 4379298. OLE color: 4379298.

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

Color convert

RGB 162 210 66 -
CMYK 0.23 0 0.69 0.18
HSL 80º 0.62% 0.54% -
HSV(B) 80º 0.69% 0.82% -
XYZ 38.93 54.17 13.56 -
YUV 179.23 64.1 115.71 -
System Red Green Blue C M Y K H S L
Decimal 162 210 66 0.23 0 0.69 0.18 80 0.62 0.54
Hex A2 D2 42 17 0 45 12 50 3E 36
Octal 242 322 102 27 0 105 22 120 76 66
Binary 10100010 11010010 1000010 10111 0 1000101 10010 1010000 111110 110110

Color Harmonies of #A2D242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D242

Black with #A2D242

Text Example


Text Example

White with #A2D242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D242; }

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

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

background-color css

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

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

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

border-color css

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

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

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