Html Css Color HEX #A2D932 Atlantis

📋 copy color: '#A2D932'

red 162 ◦ green 217 ◦ blue 50

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

Shades of Atlantis #A2D932

Tints of Atlantis #A2D932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.66%

R = 37.76%
G = 50.58%
B = 11.66%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#A2D932 (or 0xA2D932) is known color: Atlantis. HEX triplet: A2, D9 and 32. RGB value is (162,217,50). Sum of RGB (Red+Green+Blue) = 162+217+50=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D932 is #5D26CD. Grayscale: #B6B6B6. Windows color (decimal): -6104782 or 3332514. OLE color: 3332514.

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

Color convert

RGB 162 217 50 -
CMYK 0.25 0 0.77 0.15
HSL 79.76º 0.69% 0.52% -
HSV(B) 79.76º 0.77% 0.85% -
XYZ 40.29 57.54 12 -
YUV 181.52 53.78 114.08 -
System Red Green Blue C M Y K H S L
Decimal 162 217 50 0.25 0 0.77 0.15 79.76 0.69 0.52
Hex A2 D9 32 19 0 4D F 50 45 34
Octal 242 331 62 31 0 115 17 120 105 64
Binary 10100010 11011001 110010 11001 0 1001101 1111 1010000 1000101 110100

Color Harmonies of #A2D932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D932

Black with #A2D932

Text Example


Text Example

White with #A2D932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D932; }

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

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

background-color css

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

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

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

border-color css

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

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

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