Html Css Color HEX #A5DF31 Atlantis

📋 copy color: '#A5DF31'

red 165 ◦ green 223 ◦ blue 49

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

Shades of Atlantis #A5DF31

Tints of Atlantis #A5DF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.21%

R = 37.76%
G = 51.03%
B = 11.21%

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

#A5DF31 (or 0xA5DF31) is known color: Atlantis. HEX triplet: A5, DF and 31. RGB value is (165,223,49). Sum of RGB (Red+Green+Blue) = 165+223+49=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 223 (87.5% from 255 or 51.03% from 437); Blue value is 49 (19.53% from 255 or 11.21% from 437); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5DF31 is #5A20CE. Grayscale: #BABABA. Windows color (decimal): -5906639 or 3268517. OLE color: 3268517.

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

Color convert

RGB 165 223 49 -
CMYK 0.26 0 0.78 0.13
HSL 80º 0.73% 0.53% -
HSV(B) 80º 0.78% 0.87% -
XYZ 42.46 61 12.44 -
YUV 185.82 50.78 113.15 -
System Red Green Blue C M Y K H S L
Decimal 165 223 49 0.26 0 0.78 0.13 80 0.73 0.53
Hex A5 DF 31 1A 0 4E D 50 49 35
Octal 245 337 61 32 0 116 15 120 111 65
Binary 10100101 11011111 110001 11010 0 1001110 1101 1010000 1001001 110101

Color Harmonies of #A5DF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DF31

Black with #A5DF31

Text Example


Text Example

White with #A5DF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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