Html Css Color HEX #A7C949 Atlantis

📋 copy color: '#A7C949'

red 167 ◦ green 201 ◦ blue 73

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

Shades of Atlantis #A7C949

Tints of Atlantis #A7C949

RGB

 RED value IS 167 (65.63% from 255) = 37.87%

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

 BLUE value IS 73 (28.91% from 255) = 16.55%

R = 37.87%
G = 45.58%
B = 16.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#A7C949 (or 0xA7C949) is known color: Atlantis. HEX triplet: A7, C9 and 49. RGB value is (167,201,73). Sum of RGB (Red+Green+Blue) = 167+201+73=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 201 - color contains mainly: green. Hex color #A7C949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7C949 is #5836B6. Grayscale: #B0B0B0. Windows color (decimal): -5781175 or 4835751. OLE color: 4835751.

HSL color Cylindrical-coordinate representation of color #A7C949: hue angle of 75.94º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A7C949 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 201 73 -
CMYK 0.17 0 0.64 0.21
HSL 75.94º 0.54% 0.54% -
HSV(B) 75.94º 0.64% 0.79% -
XYZ 38.03 50.47 14.04 -
YUV 176.24 69.74 121.41 -
System Red Green Blue C M Y K H S L
Decimal 167 201 73 0.17 0 0.64 0.21 75.94 0.54 0.54
Hex A7 C9 49 11 0 40 15 4C 36 36
Octal 247 311 111 21 0 100 25 114 66 66
Binary 10100111 11001001 1001001 10001 0 1000000 10101 1001100 110110 110110

Color Harmonies of #A7C949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C949

Black with #A7C949

Text Example


Text Example

White with #A7C949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C949; }

 p { color: rgb(167,201,73); }

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

background-color css

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

 a { background-color: rgb(167,201,73); }

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

border-color css

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

 span { border-color: rgb(167,201,73); }

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