Html Css Color HEX #A2D143 Atlantis

📋 copy color: '#A2D143'

red 162 ◦ green 209 ◦ blue 67

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

Shades of Atlantis #A2D143

Tints of Atlantis #A2D143

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.72%

 BLUE value IS 67 (26.56% from 255) = 15.3%

R = 36.99%
G = 47.72%
B = 15.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#A2D143 (or 0xA2D143) is known color: Atlantis. HEX triplet: A2, D1 and 43. RGB value is (162,209,67). Sum of RGB (Red+Green+Blue) = 162+209+67=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 67 (26.56% from 255 or 15.30% from 438); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D143 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D143 is #5D2EBC. Grayscale: #B3B3B3. Windows color (decimal): -6106813 or 4444578. OLE color: 4444578.

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

Color convert

RGB 162 209 67 -
CMYK 0.22 0 0.68 0.18
HSL 79.86º 0.61% 0.54% -
HSV(B) 79.86º 0.68% 0.82% -
XYZ 38.71 53.69 13.63 -
YUV 178.76 64.93 116.05 -
System Red Green Blue C M Y K H S L
Decimal 162 209 67 0.22 0 0.68 0.18 79.86 0.61 0.54
Hex A2 D1 43 16 0 44 12 50 3D 36
Octal 242 321 103 26 0 104 22 120 75 66
Binary 10100010 11010001 1000011 10110 0 1000100 10010 1010000 111101 110110

Color Harmonies of #A2D143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D143

Black with #A2D143

Text Example


Text Example

White with #A2D143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D143; }

 p { color: rgb(162,209,67); }

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

background-color css

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

 a { background-color: rgb(162,209,67); }

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

border-color css

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

 span { border-color: rgb(162,209,67); }

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