Html Css Color HEX #A2D93A Atlantis

📋 copy color: '#A2D93A'

red 162 ◦ green 217 ◦ blue 58

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

Shades of Atlantis #A2D93A

Tints of Atlantis #A2D93A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.27%

R = 37.07%
G = 49.66%
B = 13.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#A2D93A (or 0xA2D93A) is known color: Atlantis. HEX triplet: A2, D9 and 3A. RGB value is (162,217,58). Sum of RGB (Red+Green+Blue) = 162+217+58=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 58 (23.05% from 255 or 13.27% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D93A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D93A is #5D26C5. Grayscale: #B7B7B7. Windows color (decimal): -6104774 or 3856802. OLE color: 3856802.

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

Color convert

RGB 162 217 58 -
CMYK 0.25 0 0.73 0.15
HSL 80.75º 0.68% 0.54% -
HSV(B) 80.75º 0.73% 0.85% -
XYZ 40.48 57.61 12.99 -
YUV 182.43 57.78 113.43 -
System Red Green Blue C M Y K H S L
Decimal 162 217 58 0.25 0 0.73 0.15 80.75 0.68 0.54
Hex A2 D9 3A 19 0 49 F 51 44 36
Octal 242 331 72 31 0 111 17 121 104 66
Binary 10100010 11011001 111010 11001 0 1001001 1111 1010001 1000100 110110

Color Harmonies of #A2D93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D93A

Black with #A2D93A

Text Example


Text Example

White with #A2D93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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