Html Css Color HEX #A0CE47 Atlantis

📋 copy color: '#A0CE47'

red 160 ◦ green 206 ◦ blue 71

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

Shades of Atlantis #A0CE47

Tints of Atlantis #A0CE47

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.14%

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

R = 36.61%
G = 47.14%
B = 16.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#A0CE47 (or 0xA0CE47) is known color: Atlantis. HEX triplet: A0, CE and 47. RGB value is (160,206,71). Sum of RGB (Red+Green+Blue) = 160+206+71=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 71 (28.12% from 255 or 16.25% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CE47 is #5F31B8. Grayscale: #B1B1B1. Windows color (decimal): -6238649 or 4705952. OLE color: 4705952.

HSL color Cylindrical-coordinate representation of color #A0CE47: hue angle of 80.44º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0CE47 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 206 71 -
CMYK 0.22 0 0.66 0.19
HSL 80.44º 0.58% 0.54% -
HSV(B) 80.44º 0.66% 0.81% -
XYZ 37.71 52.07 14.02 -
YUV 176.86 68.26 115.98 -
System Red Green Blue C M Y K H S L
Decimal 160 206 71 0.22 0 0.66 0.19 80.44 0.58 0.54
Hex A0 CE 47 16 0 42 13 50 3A 36
Octal 240 316 107 26 0 102 23 120 72 66
Binary 10100000 11001110 1000111 10110 0 1000010 10011 1010000 111010 110110

Color Harmonies of #A0CE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CE47

Black with #A0CE47

Text Example


Text Example

White with #A0CE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CE47; }

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

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

background-color css

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

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

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

border-color css

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

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

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