Html Css Color HEX #A0D932 Atlantis

📋 copy color: '#A0D932'

red 160 ◦ green 217 ◦ blue 50

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

Shades of Atlantis #A0D932

Tints of Atlantis #A0D932

RGB

 RED value IS 160 (62.89% from 255) = 37.47%

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

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

R = 37.47%
G = 50.82%
B = 11.71%

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

#A0D932 (or 0xA0D932) is known color: Atlantis. HEX triplet: A0, D9 and 32. RGB value is (160,217,50). Sum of RGB (Red+Green+Blue) = 160+217+50=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 217 (85.16% from 255 or 50.82% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D932 is #5F26CD. Grayscale: #B5B5B5. Windows color (decimal): -6235854 or 3332512. OLE color: 3332512.

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

Color convert

RGB 160 217 50 -
CMYK 0.26 0 0.77 0.15
HSL 80.48º 0.69% 0.52% -
HSV(B) 80.48º 0.77% 0.85% -
XYZ 39.89 57.33 11.98 -
YUV 180.92 54.12 113.08 -
System Red Green Blue C M Y K H S L
Decimal 160 217 50 0.26 0 0.77 0.15 80.48 0.69 0.52
Hex A0 D9 32 1A 0 4D F 50 45 34
Octal 240 331 62 32 0 115 17 120 105 64
Binary 10100000 11011001 110010 11010 0 1001101 1111 1010000 1000101 110100

Color Harmonies of #A0D932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D932

Black with #A0D932

Text Example


Text Example

White with #A0D932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D932; }

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

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

background-color css

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

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

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

border-color css

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

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

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