Html Css Color HEX #A4DF31 Atlantis

📋 copy color: '#A4DF31'

red 164 ◦ green 223 ◦ blue 49

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

Shades of Atlantis #A4DF31

Tints of Atlantis #A4DF31

RGB

 RED value IS 164 (64.45% from 255) = 37.61%

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

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

R = 37.61%
G = 51.15%
B = 11.24%

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

#A4DF31 (or 0xA4DF31) is known color: Atlantis. HEX triplet: A4, DF and 31. RGB value is (164,223,49). Sum of RGB (Red+Green+Blue) = 164+223+49=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4DF31 is #5B20CE. Grayscale: #BABABA. Windows color (decimal): -5972175 or 3268516. OLE color: 3268516.

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

Color convert

RGB 164 223 49 -
CMYK 0.26 0 0.78 0.13
HSL 80.34º 0.73% 0.53% -
HSV(B) 80.34º 0.78% 0.87% -
XYZ 42.25 60.89 12.43 -
YUV 185.52 50.95 112.65 -
System Red Green Blue C M Y K H S L
Decimal 164 223 49 0.26 0 0.78 0.13 80.34 0.73 0.53
Hex A4 DF 31 1A 0 4E D 50 49 35
Octal 244 337 61 32 0 116 15 120 111 65
Binary 10100100 11011111 110001 11010 0 1001110 1101 1010000 1001001 110101

Color Harmonies of #A4DF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DF31

Black with #A4DF31

Text Example


Text Example

White with #A4DF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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