Html Css Color HEX #A8CA49 Atlantis

📋 copy color: '#A8CA49'

red 168 ◦ green 202 ◦ blue 73

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

Shades of Atlantis #A8CA49

Tints of Atlantis #A8CA49

RGB

 RED value IS 168 (66.02% from 255) = 37.92%

 GREEN value IS 202 (79.3% from 255) = 45.6%

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

R = 37.92%
G = 45.6%
B = 16.48%

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

#A8CA49 (or 0xA8CA49) is known color: Atlantis. HEX triplet: A8, CA and 49. RGB value is (168,202,73). Sum of RGB (Red+Green+Blue) = 168+202+73=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CA49 is #5735B6. Grayscale: #B1B1B1. Windows color (decimal): -5715383 or 4836008. OLE color: 4836008.

HSL color Cylindrical-coordinate representation of color #A8CA49: hue angle of 75.81º degrees, saturation: 0.55, 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 #A8CA49 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 202 73 -
CMYK 0.17 0 0.64 0.21
HSL 75.81º 0.55% 0.54% -
HSV(B) 75.81º 0.64% 0.79% -
XYZ 38.47 51.05 14.13 -
YUV 177.13 69.24 121.49 -
System Red Green Blue C M Y K H S L
Decimal 168 202 73 0.17 0 0.64 0.21 75.81 0.55 0.54
Hex A8 CA 49 11 0 40 15 4C 37 36
Octal 250 312 111 21 0 100 25 114 67 66
Binary 10101000 11001010 1001001 10001 0 1000000 10101 1001100 110111 110110

Color Harmonies of #A8CA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CA49

Black with #A8CA49

Text Example


Text Example

White with #A8CA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CA49; }

 p { color: rgb(168,202,73); }

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

background-color css

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

 a { background-color: rgb(168,202,73); }

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

border-color css

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

 span { border-color: rgb(168,202,73); }

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