Html Css Color HEX #A2D93E Atlantis

📋 copy color: '#A2D93E'

red 162 ◦ green 217 ◦ blue 62

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

Shades of Atlantis #A2D93E

Tints of Atlantis #A2D93E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.21%

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

R = 36.73%
G = 49.21%
B = 14.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#A2D93E (or 0xA2D93E) is known color: Atlantis. HEX triplet: A2, D9 and 3E. RGB value is (162,217,62). Sum of RGB (Red+Green+Blue) = 162+217+62=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 62 (24.61% from 255 or 14.06% from 441); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D93E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D93E is #5D26C1. Grayscale: #B7B7B7. Windows color (decimal): -6104770 or 4118946. OLE color: 4118946.

HSL color Cylindrical-coordinate representation of color #A2D93E: hue angle of 81.29º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A2D93E is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 217 62 -
CMYK 0.25 0 0.71 0.15
HSL 81.29º 0.67% 0.55% -
HSV(B) 81.29º 0.71% 0.85% -
XYZ 40.58 57.65 13.55 -
YUV 182.89 59.78 113.1 -
System Red Green Blue C M Y K H S L
Decimal 162 217 62 0.25 0 0.71 0.15 81.29 0.67 0.55
Hex A2 D9 3E 19 0 47 F 51 43 37
Octal 242 331 76 31 0 107 17 121 103 67
Binary 10100010 11011001 111110 11001 0 1000111 1111 1010001 1000011 110111

Color Harmonies of #A2D93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D93E

Black with #A2D93E

Text Example


Text Example

White with #A2D93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D93E; }

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

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

background-color css

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

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

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

border-color css

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

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

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