Html Css Color HEX #A0C149 Atlantis

📋 copy color: '#A0C149'

red 160 ◦ green 193 ◦ blue 73

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

Shades of Atlantis #A0C149

Tints of Atlantis #A0C149

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.31%

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

R = 37.56%
G = 45.31%
B = 17.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#A0C149 (or 0xA0C149) is known color: Atlantis. HEX triplet: A0, C1 and 49. RGB value is (160,193,73). Sum of RGB (Red+Green+Blue) = 160+193+73=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C149 is #5F3EB6. Grayscale: #A9A9A9. Windows color (decimal): -6241975 or 4833696. OLE color: 4833696.

HSL color Cylindrical-coordinate representation of color #A0C149: hue angle of 76.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0C149 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 193 73 -
CMYK 0.17 0 0.62 0.24
HSL 76.5º 0.49% 0.52% -
HSV(B) 76.5º 0.62% 0.76% -
XYZ 34.77 46.09 13.37 -
YUV 169.45 73.57 121.26 -
System Red Green Blue C M Y K H S L
Decimal 160 193 73 0.17 0 0.62 0.24 76.5 0.49 0.52
Hex A0 C1 49 11 0 3E 18 4C 31 34
Octal 240 301 111 21 0 76 30 114 61 64
Binary 10100000 11000001 1001001 10001 0 111110 11000 1001100 110001 110100

Color Harmonies of #A0C149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C149

Black with #A0C149

Text Example


Text Example

White with #A0C149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C149; }

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

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

background-color css

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

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

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

border-color css

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

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

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