Html Css Color HEX #A4E540 Atlantis

📋 copy color: '#A4E540'

red 164 ◦ green 229 ◦ blue 64

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

Shades of Atlantis #A4E540

Tints of Atlantis #A4E540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14%

R = 35.89%
G = 50.11%
B = 14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#A4E540 (or 0xA4E540) is known color: Atlantis. HEX triplet: A4, E5 and 40. RGB value is (164,229,64). Sum of RGB (Red+Green+Blue) = 164+229+64=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 229 (89.84% from 255 or 50.11% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 229 - color contains mainly: green. Hex color #A4E540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4E540 is #5B1ABF. Grayscale: #BFBFBF. Windows color (decimal): -5970624 or 4253092. OLE color: 4253092.

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

Color convert

RGB 164 229 64 -
CMYK 0.28 0 0.72 0.10
HSL 83.64º 0.76% 0.57% -
HSV(B) 83.64º 0.72% 0.9% -
XYZ 44.25 64.3 14.93 -
YUV 190.76 56.47 108.92 -
System Red Green Blue C M Y K H S L
Decimal 164 229 64 0.28 0 0.72 0.10 83.64 0.76 0.57
Hex A4 E5 40 1C 0 48 A 54 4C 39
Octal 244 345 100 34 0 110 12 124 114 71
Binary 10100100 11100101 1000000 11100 0 1001000 1010 1010100 1001100 111001

Color Harmonies of #A4E540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E540

Black with #A4E540

Text Example


Text Example

White with #A4E540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E540; }

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

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

background-color css

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

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

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

border-color css

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

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

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