Html Css Color HEX #A4C64A Atlantis

📋 copy color: '#A4C64A'

red 164 ◦ green 198 ◦ blue 74

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

Shades of Atlantis #A4C64A

Tints of Atlantis #A4C64A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.41%

 BLUE value IS 74 (29.3% from 255) = 16.97%

R = 37.61%
G = 45.41%
B = 16.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#A4C64A (or 0xA4C64A) is known color: Atlantis. HEX triplet: A4, C6 and 4A. RGB value is (164,198,74). Sum of RGB (Red+Green+Blue) = 164+198+74=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C64A is #5B39B5. Grayscale: #AEAEAE. Windows color (decimal): -5978550 or 4900516. OLE color: 4900516.

HSL color Cylindrical-coordinate representation of color #A4C64A: hue angle of 76.45º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A4C64A is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 198 74 -
CMYK 0.17 0 0.63 0.22
HSL 76.45º 0.52% 0.53% -
HSV(B) 76.45º 0.63% 0.78% -
XYZ 36.74 48.78 13.96 -
YUV 173.7 71.74 121.08 -
System Red Green Blue C M Y K H S L
Decimal 164 198 74 0.17 0 0.63 0.22 76.45 0.52 0.53
Hex A4 C6 4A 11 0 3F 16 4C 34 35
Octal 244 306 112 21 0 77 26 114 64 65
Binary 10100100 11000110 1001010 10001 0 111111 10110 1001100 110100 110101

Color Harmonies of #A4C64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C64A

Black with #A4C64A

Text Example


Text Example

White with #A4C64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C64A; }

 p { color: rgb(164,198,74); }

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

background-color css

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

 a { background-color: rgb(164,198,74); }

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

border-color css

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

 span { border-color: rgb(164,198,74); }

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