Html Css Color HEX #A2D23E Atlantis

📋 copy color: '#A2D23E'

red 162 ◦ green 210 ◦ blue 62

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

Shades of Atlantis #A2D23E

Tints of Atlantis #A2D23E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.29%

R = 37.33%
G = 48.39%
B = 14.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#A2D23E (or 0xA2D23E) is known color: Atlantis. HEX triplet: A2, D2 and 3E. RGB value is (162,210,62). Sum of RGB (Red+Green+Blue) = 162+210+62=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 62 (24.61% from 255 or 14.29% from 434); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D23E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D23E is #5D2DC1. Grayscale: #B3B3B3. Windows color (decimal): -6106562 or 4117154. OLE color: 4117154.

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

Color convert

RGB 162 210 62 -
CMYK 0.23 0 0.70 0.18
HSL 79.46º 0.62% 0.53% -
HSV(B) 79.46º 0.7% 0.82% -
XYZ 38.82 54.12 12.96 -
YUV 178.78 62.1 116.03 -
System Red Green Blue C M Y K H S L
Decimal 162 210 62 0.23 0 0.70 0.18 79.46 0.62 0.53
Hex A2 D2 3E 17 0 46 12 4F 3E 35
Octal 242 322 76 27 0 106 22 117 76 65
Binary 10100010 11010010 111110 10111 0 1000110 10010 1001111 111110 110101

Color Harmonies of #A2D23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D23E

Black with #A2D23E

Text Example


Text Example

White with #A2D23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D23E; }

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

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

background-color css

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

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

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

border-color css

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

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

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