Html Css Color HEX #A4D540 Atlantis

📋 copy color: '#A4D540'

red 164 ◦ green 213 ◦ blue 64

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

Shades of Atlantis #A4D540

Tints of Atlantis #A4D540

RGB

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

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

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

R = 37.19%
G = 48.3%
B = 14.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#A4D540 (or 0xA4D540) is known color: Atlantis. HEX triplet: A4, D5 and 40. RGB value is (164,213,64). Sum of RGB (Red+Green+Blue) = 164+213+64=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D540 is #5B2ABF. Grayscale: #B5B5B5. Windows color (decimal): -5974720 or 4248996. OLE color: 4248996.

HSL color Cylindrical-coordinate representation of color #A4D540: hue angle of 79.73º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A4D540 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 213 64 -
CMYK 0.23 0 0.70 0.16
HSL 79.73º 0.64% 0.54% -
HSV(B) 79.73º 0.7% 0.84% -
XYZ 40.03 55.85 13.52 -
YUV 181.36 61.77 115.62 -
System Red Green Blue C M Y K H S L
Decimal 164 213 64 0.23 0 0.70 0.16 79.73 0.64 0.54
Hex A4 D5 40 17 0 46 10 50 40 36
Octal 244 325 100 27 0 106 20 120 100 66
Binary 10100100 11010101 1000000 10111 0 1000110 10000 1010000 1000000 110110

Color Harmonies of #A4D540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D540

Black with #A4D540

Text Example


Text Example

White with #A4D540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D540; }

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

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

background-color css

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

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

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

border-color css

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

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

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