Html Css Color HEX #A5DF32 Atlantis

📋 copy color: '#A5DF32'

red 165 ◦ green 223 ◦ blue 50

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

Shades of Atlantis #A5DF32

Tints of Atlantis #A5DF32

RGB

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

 GREEN value IS 223 (87.5% from 255) = 50.91%

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

R = 37.67%
G = 50.91%
B = 11.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#A5DF32 (or 0xA5DF32) is known color: Atlantis. HEX triplet: A5, DF and 32. RGB value is (165,223,50). Sum of RGB (Red+Green+Blue) = 165+223+50=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5DF32 is #5A20CD. Grayscale: #BABABA. Windows color (decimal): -5906638 or 3334053. OLE color: 3334053.

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

Color convert

RGB 165 223 50 -
CMYK 0.26 0 0.78 0.13
HSL 80.12º 0.73% 0.54% -
HSV(B) 80.12º 0.78% 0.87% -
XYZ 42.48 61 12.55 -
YUV 185.94 51.28 113.07 -
System Red Green Blue C M Y K H S L
Decimal 165 223 50 0.26 0 0.78 0.13 80.12 0.73 0.54
Hex A5 DF 32 1A 0 4E D 50 49 36
Octal 245 337 62 32 0 116 15 120 111 66
Binary 10100101 11011111 110010 11010 0 1001110 1101 1010000 1001001 110110

Color Harmonies of #A5DF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DF32

Black with #A5DF32

Text Example


Text Example

White with #A5DF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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