Html Css Color HEX #A4E53D Atlantis

📋 copy color: '#A4E53D'

red 164 ◦ green 229 ◦ blue 61

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

Shades of Atlantis #A4E53D

Tints of Atlantis #A4E53D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.44%

 BLUE value IS 61 (24.22% from 255) = 13.44%

R = 36.12%
G = 50.44%
B = 13.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#A4E53D (or 0xA4E53D) is known color: Atlantis. HEX triplet: A4, E5 and 3D. RGB value is (164,229,61). Sum of RGB (Red+Green+Blue) = 164+229+61=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 229 (89.84% from 255 or 50.44% from 454); Blue value is 61 (24.22% from 255 or 13.44% from 454); Max value from RGB is 229 - color contains mainly: green. Hex color #A4E53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4E53D is #5B1AC2. Grayscale: #BFBFBF. Windows color (decimal): -5970627 or 4056484. OLE color: 4056484.

HSL color Cylindrical-coordinate representation of color #A4E53D: hue angle of 83.21º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4E53D is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 164 229 61 -
CMYK 0.28 0 0.73 0.10
HSL 83.21º 0.76% 0.57% -
HSV(B) 83.21º 0.73% 0.9% -
XYZ 44.17 64.27 14.49 -
YUV 190.41 54.97 109.16 -
System Red Green Blue C M Y K H S L
Decimal 164 229 61 0.28 0 0.73 0.10 83.21 0.76 0.57
Hex A4 E5 3D 1C 0 49 A 53 4C 39
Octal 244 345 75 34 0 111 12 123 114 71
Binary 10100100 11100101 111101 11100 0 1001001 1010 1010011 1001100 111001

Color Harmonies of #A4E53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E53D

Black with #A4E53D

Text Example


Text Example

White with #A4E53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E53D; }

 p { color: rgb(164,229,61); }

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

background-color css

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

 a { background-color: rgb(164,229,61); }

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

border-color css

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

 span { border-color: rgb(164,229,61); }

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