Html Css Color HEX #A3DD32 Atlantis

📋 copy color: '#A3DD32'

red 163 ◦ green 221 ◦ blue 50

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

Shades of Atlantis #A3DD32

Tints of Atlantis #A3DD32

RGB

 RED value IS 163 (64.06% from 255) = 37.56%

 GREEN value IS 221 (86.72% from 255) = 50.92%

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

R = 37.56%
G = 50.92%
B = 11.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#A3DD32 (or 0xA3DD32) is known color: Atlantis. HEX triplet: A3, DD and 32. RGB value is (163,221,50). Sum of RGB (Red+Green+Blue) = 163+221+50=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3DD32 is #5C22CD. Grayscale: #B8B8B8. Windows color (decimal): -6038222 or 3333539. OLE color: 3333539.

HSL color Cylindrical-coordinate representation of color #A3DD32: hue angle of 80.35º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A3DD32 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 221 50 -
CMYK 0.26 0 0.77 0.13
HSL 80.35º 0.72% 0.53% -
HSV(B) 80.35º 0.77% 0.87% -
XYZ 41.54 59.73 12.36 -
YUV 184.16 52.28 112.9 -
System Red Green Blue C M Y K H S L
Decimal 163 221 50 0.26 0 0.77 0.13 80.35 0.72 0.53
Hex A3 DD 32 1A 0 4D D 50 48 35
Octal 243 335 62 32 0 115 15 120 110 65
Binary 10100011 11011101 110010 11010 0 1001101 1101 1010000 1001000 110101

Color Harmonies of #A3DD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DD32

Black with #A3DD32

Text Example


Text Example

White with #A3DD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DD32; }

 p { color: rgb(163,221,50); }

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

background-color css

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

 a { background-color: rgb(163,221,50); }

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

border-color css

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

 span { border-color: rgb(163,221,50); }

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