Html Css Color HEX #A4D53A Atlantis

📋 copy color: '#A4D53A'

red 164 ◦ green 213 ◦ blue 58

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

Shades of Atlantis #A4D53A

Tints of Atlantis #A4D53A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.97%

 BLUE value IS 58 (23.05% from 255) = 13.33%

R = 37.7%
G = 48.97%
B = 13.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#A4D53A (or 0xA4D53A) is known color: Atlantis. HEX triplet: A4, D5 and 3A. RGB value is (164,213,58). Sum of RGB (Red+Green+Blue) = 164+213+58=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 58 (23.05% from 255 or 13.33% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D53A is #5B2AC5. Grayscale: #B5B5B5. Windows color (decimal): -5974726 or 3855780. OLE color: 3855780.

HSL color Cylindrical-coordinate representation of color #A4D53A: hue angle of 78.97º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4D53A is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 213 58 -
CMYK 0.23 0 0.73 0.16
HSL 78.97º 0.65% 0.53% -
HSV(B) 78.97º 0.73% 0.84% -
XYZ 39.87 55.79 12.67 -
YUV 180.68 58.77 116.1 -
System Red Green Blue C M Y K H S L
Decimal 164 213 58 0.23 0 0.73 0.16 78.97 0.65 0.53
Hex A4 D5 3A 17 0 49 10 4F 41 35
Octal 244 325 72 27 0 111 20 117 101 65
Binary 10100100 11010101 111010 10111 0 1001001 10000 1001111 1000001 110101

Color Harmonies of #A4D53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D53A

Black with #A4D53A

Text Example


Text Example

White with #A4D53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D53A; }

 p { color: rgb(164,213,58); }

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

background-color css

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

 a { background-color: rgb(164,213,58); }

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

border-color css

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

 span { border-color: rgb(164,213,58); }

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