Html Css Color HEX #A0CA47 Atlantis

📋 copy color: '#A0CA47'

red 160 ◦ green 202 ◦ blue 71

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

Shades of Atlantis #A0CA47

Tints of Atlantis #A0CA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.4%

R = 36.95%
G = 46.65%
B = 16.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#A0CA47 (or 0xA0CA47) is known color: Atlantis. HEX triplet: A0, CA and 47. RGB value is (160,202,71). Sum of RGB (Red+Green+Blue) = 160+202+71=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 71 (28.12% from 255 or 16.40% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CA47 is #5F35B8. Grayscale: #AEAEAE. Windows color (decimal): -6239673 or 4704928. OLE color: 4704928.

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

Color convert

RGB 160 202 71 -
CMYK 0.21 0 0.65 0.21
HSL 79.24º 0.55% 0.54% -
HSV(B) 79.24º 0.65% 0.79% -
XYZ 36.76 50.17 13.71 -
YUV 174.51 69.59 117.65 -
System Red Green Blue C M Y K H S L
Decimal 160 202 71 0.21 0 0.65 0.21 79.24 0.55 0.54
Hex A0 CA 47 15 0 41 15 4F 37 36
Octal 240 312 107 25 0 101 25 117 67 66
Binary 10100000 11001010 1000111 10101 0 1000001 10101 1001111 110111 110110

Color Harmonies of #A0CA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CA47

Black with #A0CA47

Text Example


Text Example

White with #A0CA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CA47; }

 p { color: rgb(160,202,71); }

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

background-color css

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

 a { background-color: rgb(160,202,71); }

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

border-color css

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

 span { border-color: rgb(160,202,71); }

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