Html Css Color HEX #A4C94E Atlantis

📋 copy color: '#A4C94E'

red 164 ◦ green 201 ◦ blue 78

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

Shades of Atlantis #A4C94E

Tints of Atlantis #A4C94E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.37%

 BLUE value IS 78 (30.86% from 255) = 17.61%

R = 37.02%
G = 45.37%
B = 17.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#A4C94E (or 0xA4C94E) is known color: Atlantis. HEX triplet: A4, C9 and 4E. RGB value is (164,201,78). Sum of RGB (Red+Green+Blue) = 164+201+78=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 78 (30.86% from 255 or 17.61% from 443); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C94E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C94E is #5B36B1. Grayscale: #B0B0B0. Windows color (decimal): -5977778 or 5163428. OLE color: 5163428.

HSL color Cylindrical-coordinate representation of color #A4C94E: hue angle of 78.05º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A4C94E is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 201 78 -
CMYK 0.18 0 0.61 0.21
HSL 78.05º 0.53% 0.55% -
HSV(B) 78.05º 0.61% 0.79% -
XYZ 37.57 50.22 14.92 -
YUV 175.92 72.74 119.5 -
System Red Green Blue C M Y K H S L
Decimal 164 201 78 0.18 0 0.61 0.21 78.05 0.53 0.55
Hex A4 C9 4E 12 0 3D 15 4E 35 37
Octal 244 311 116 22 0 75 25 116 65 67
Binary 10100100 11001001 1001110 10010 0 111101 10101 1001110 110101 110111

Color Harmonies of #A4C94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C94E

Black with #A4C94E

Text Example


Text Example

White with #A4C94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C94E; }

 p { color: rgb(164,201,78); }

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

background-color css

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

 a { background-color: rgb(164,201,78); }

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

border-color css

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

 span { border-color: rgb(164,201,78); }

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