Html Css Color HEX #A5DE32 Atlantis

📋 copy color: '#A5DE32'

red 165 ◦ green 222 ◦ blue 50

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

Shades of Atlantis #A5DE32

Tints of Atlantis #A5DE32

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.8%

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

R = 37.76%
G = 50.8%
B = 11.44%

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

#A5DE32 (or 0xA5DE32) is known color: Atlantis. HEX triplet: A5, DE and 32. RGB value is (165,222,50). Sum of RGB (Red+Green+Blue) = 165+222+50=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 222 (87.11% from 255 or 50.80% from 437); Blue value is 50 (19.92% from 255 or 11.44% from 437); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5DE32 is #5A21CD. Grayscale: #B9B9B9. Windows color (decimal): -5906894 or 3333797. OLE color: 3333797.

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

Color convert

RGB 165 222 50 -
CMYK 0.26 0 0.77 0.13
HSL 79.88º 0.72% 0.53% -
HSV(B) 79.88º 0.77% 0.87% -
XYZ 42.21 60.47 12.47 -
YUV 185.35 51.62 113.49 -
System Red Green Blue C M Y K H S L
Decimal 165 222 50 0.26 0 0.77 0.13 79.88 0.72 0.53
Hex A5 DE 32 1A 0 4D D 50 48 35
Octal 245 336 62 32 0 115 15 120 110 65
Binary 10100101 11011110 110010 11010 0 1001101 1101 1010000 1001000 110101

Color Harmonies of #A5DE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DE32

Black with #A5DE32

Text Example


Text Example

White with #A5DE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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