Html Css Color HEX #A4D73A Atlantis

📋 copy color: '#A4D73A'

red 164 ◦ green 215 ◦ blue 58

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

Shades of Atlantis #A4D73A

Tints of Atlantis #A4D73A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.2%

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

R = 37.53%
G = 49.2%
B = 13.27%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#A4D73A (or 0xA4D73A) is known color: Atlantis. HEX triplet: A4, D7 and 3A. RGB value is (164,215,58). Sum of RGB (Red+Green+Blue) = 164+215+58=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 215 (84.38% from 255 or 49.20% from 437); Blue value is 58 (23.05% from 255 or 13.27% from 437); Max value from RGB is 215 - color contains mainly: green. Hex color #A4D73A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D73A is #5B28C5. Grayscale: #B6B6B6. Windows color (decimal): -5974214 or 3856292. OLE color: 3856292.

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

Color convert

RGB 164 215 58 -
CMYK 0.24 0 0.73 0.16
HSL 79.49º 0.66% 0.54% -
HSV(B) 79.49º 0.73% 0.84% -
XYZ 40.37 56.8 12.84 -
YUV 181.85 58.1 115.27 -
System Red Green Blue C M Y K H S L
Decimal 164 215 58 0.24 0 0.73 0.16 79.49 0.66 0.54
Hex A4 D7 3A 18 0 49 10 4F 42 36
Octal 244 327 72 30 0 111 20 117 102 66
Binary 10100100 11010111 111010 11000 0 1001001 10000 1001111 1000010 110110

Color Harmonies of #A4D73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D73A

Black with #A4D73A

Text Example


Text Example

White with #A4D73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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