Html Css Color HEX #A5DD32 Atlantis

📋 copy color: '#A5DD32'

red 165 ◦ green 221 ◦ blue 50

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

Shades of Atlantis #A5DD32

Tints of Atlantis #A5DD32

RGB

 RED value IS 165 (64.84% from 255) = 37.84%

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

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

R = 37.84%
G = 50.69%
B = 11.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#A5DD32 (or 0xA5DD32) is known color: Atlantis. HEX triplet: A5, DD and 32. RGB value is (165,221,50). Sum of RGB (Red+Green+Blue) = 165+221+50=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5DD32 is #5A22CD. Grayscale: #B9B9B9. Windows color (decimal): -5907150 or 3333541. OLE color: 3333541.

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

Color convert

RGB 165 221 50 -
CMYK 0.25 0 0.77 0.13
HSL 79.65º 0.72% 0.53% -
HSV(B) 79.65º 0.77% 0.87% -
XYZ 41.95 59.94 12.38 -
YUV 184.76 51.95 113.9 -
System Red Green Blue C M Y K H S L
Decimal 165 221 50 0.25 0 0.77 0.13 79.65 0.72 0.53
Hex A5 DD 32 19 0 4D D 50 48 35
Octal 245 335 62 31 0 115 15 120 110 65
Binary 10100101 11011101 110010 11001 0 1001101 1101 1010000 1001000 110101

Color Harmonies of #A5DD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DD32

Black with #A5DD32

Text Example


Text Example

White with #A5DD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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