Html Css Color HEX #A4E040 Atlantis

📋 copy color: '#A4E040'

red 164 ◦ green 224 ◦ blue 64

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

Shades of Atlantis #A4E040

Tints of Atlantis #A4E040

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.56%

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

R = 36.28%
G = 49.56%
B = 14.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#A4E040 (or 0xA4E040) is known color: Atlantis. HEX triplet: A4, E0 and 40. RGB value is (164,224,64). Sum of RGB (Red+Green+Blue) = 164+224+64=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 224 (87.89% from 255 or 49.56% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4E040 is #5B1FBF. Grayscale: #BCBCBC. Windows color (decimal): -5971904 or 4251812. OLE color: 4251812.

HSL color Cylindrical-coordinate representation of color #A4E040: hue angle of 82.5º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A4E040 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 164 224 64 -
CMYK 0.27 0 0.71 0.12
HSL 82.5º 0.72% 0.56% -
HSV(B) 82.5º 0.71% 0.88% -
XYZ 42.89 61.57 14.47 -
YUV 187.82 58.12 111.01 -
System Red Green Blue C M Y K H S L
Decimal 164 224 64 0.27 0 0.71 0.12 82.5 0.72 0.56
Hex A4 E0 40 1B 0 47 C 52 48 38
Octal 244 340 100 33 0 107 14 122 110 70
Binary 10100100 11100000 1000000 11011 0 1000111 1100 1010010 1001000 111000

Color Harmonies of #A4E040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E040

Black with #A4E040

Text Example


Text Example

White with #A4E040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E040; }

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

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

background-color css

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

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

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

border-color css

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

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

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