Html Css Color HEX #A0BF49 Atlantis

📋 copy color: '#A0BF49'

red 160 ◦ green 191 ◦ blue 73

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

Shades of Atlantis #A0BF49

Tints of Atlantis #A0BF49

RGB

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

 GREEN value IS 191 (75% from 255) = 45.05%

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

R = 37.74%
G = 45.05%
B = 17.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#A0BF49 (or 0xA0BF49) is known color: Atlantis. HEX triplet: A0, BF and 49. RGB value is (160,191,73). Sum of RGB (Red+Green+Blue) = 160+191+73=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BF49 is #5F40B6. Grayscale: #A8A8A8. Windows color (decimal): -6242487 or 4833184. OLE color: 4833184.

HSL color Cylindrical-coordinate representation of color #A0BF49: hue angle of 75.76º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0BF49 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 191 73 -
CMYK 0.16 0 0.62 0.25
HSL 75.76º 0.48% 0.52% -
HSV(B) 75.76º 0.62% 0.75% -
XYZ 34.33 45.22 13.22 -
YUV 168.28 74.23 122.09 -
System Red Green Blue C M Y K H S L
Decimal 160 191 73 0.16 0 0.62 0.25 75.76 0.48 0.52
Hex A0 BF 49 10 0 3E 19 4C 30 34
Octal 240 277 111 20 0 76 31 114 60 64
Binary 10100000 10111111 1001001 10000 0 111110 11001 1001100 110000 110100

Color Harmonies of #A0BF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BF49

Black with #A0BF49

Text Example


Text Example

White with #A0BF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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