Html Css Color HEX #A0CB49 Atlantis

📋 copy color: '#A0CB49'

red 160 ◦ green 203 ◦ blue 73

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

Shades of Atlantis #A0CB49

Tints of Atlantis #A0CB49

RGB

 RED value IS 160 (62.89% from 255) = 36.7%

 GREEN value IS 203 (79.69% from 255) = 46.56%

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

R = 36.7%
G = 46.56%
B = 16.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#A0CB49 (or 0xA0CB49) is known color: Atlantis. HEX triplet: A0, CB and 49. RGB value is (160,203,73). Sum of RGB (Red+Green+Blue) = 160+203+73=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CB49 is #5F34B6. Grayscale: #AFAFAF. Windows color (decimal): -6239415 or 4836256. OLE color: 4836256.

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

Color convert

RGB 160 203 73 -
CMYK 0.21 0 0.64 0.20
HSL 79.85º 0.56% 0.54% -
HSV(B) 79.85º 0.64% 0.8% -
XYZ 37.06 50.67 14.13 -
YUV 175.32 70.25 117.07 -
System Red Green Blue C M Y K H S L
Decimal 160 203 73 0.21 0 0.64 0.20 79.85 0.56 0.54
Hex A0 CB 49 15 0 40 14 50 38 36
Octal 240 313 111 25 0 100 24 120 70 66
Binary 10100000 11001011 1001001 10101 0 1000000 10100 1010000 111000 110110

Color Harmonies of #A0CB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CB49

Black with #A0CB49

Text Example


Text Example

White with #A0CB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CB49; }

 p { color: rgb(160,203,73); }

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

background-color css

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

 a { background-color: rgb(160,203,73); }

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

border-color css

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

 span { border-color: rgb(160,203,73); }

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