Html Css Color HEX #A1D932 Atlantis

📋 copy color: '#A1D932'

red 161 ◦ green 217 ◦ blue 50

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

Shades of Atlantis #A1D932

Tints of Atlantis #A1D932

RGB

 RED value IS 161 (63.28% from 255) = 37.62%

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

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

R = 37.62%
G = 50.7%
B = 11.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#A1D932 (or 0xA1D932) is known color: Atlantis. HEX triplet: A1, D9 and 32. RGB value is (161,217,50). Sum of RGB (Red+Green+Blue) = 161+217+50=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 217 (85.16% from 255 or 50.70% from 428); Blue value is 50 (19.92% from 255 or 11.68% from 428); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D932 is #5E26CD. Grayscale: #B5B5B5. Windows color (decimal): -6170318 or 3332513. OLE color: 3332513.

HSL color Cylindrical-coordinate representation of color #A1D932: hue angle of 80.12º 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 #A1D932 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 217 50 -
CMYK 0.26 0 0.77 0.15
HSL 80.12º 0.69% 0.52% -
HSV(B) 80.12º 0.77% 0.85% -
XYZ 40.09 57.43 11.99 -
YUV 181.22 53.95 113.58 -
System Red Green Blue C M Y K H S L
Decimal 161 217 50 0.26 0 0.77 0.15 80.12 0.69 0.52
Hex A1 D9 32 1A 0 4D F 50 45 34
Octal 241 331 62 32 0 115 17 120 105 64
Binary 10100001 11011001 110010 11010 0 1001101 1111 1010000 1000101 110100

Color Harmonies of #A1D932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D932

Black with #A1D932

Text Example


Text Example

White with #A1D932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D932; }

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

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

background-color css

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

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

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

border-color css

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

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

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