Html Css Color HEX #A0CD47 Atlantis

📋 copy color: '#A0CD47'

red 160 ◦ green 205 ◦ blue 71

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

Shades of Atlantis #A0CD47

Tints of Atlantis #A0CD47

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.02%

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

R = 36.7%
G = 47.02%
B = 16.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#A0CD47 (or 0xA0CD47) is known color: Atlantis. HEX triplet: A0, CD and 47. RGB value is (160,205,71). Sum of RGB (Red+Green+Blue) = 160+205+71=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 71 (28.12% from 255 or 16.28% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CD47 is #5F32B8. Grayscale: #B0B0B0. Windows color (decimal): -6238905 or 4705696. OLE color: 4705696.

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

Color convert

RGB 160 205 71 -
CMYK 0.22 0 0.65 0.20
HSL 80.15º 0.57% 0.54% -
HSV(B) 80.15º 0.65% 0.8% -
XYZ 37.47 51.59 13.94 -
YUV 176.27 68.59 116.4 -
System Red Green Blue C M Y K H S L
Decimal 160 205 71 0.22 0 0.65 0.20 80.15 0.57 0.54
Hex A0 CD 47 16 0 41 14 50 39 36
Octal 240 315 107 26 0 101 24 120 71 66
Binary 10100000 11001101 1000111 10110 0 1000001 10100 1010000 111001 110110

Color Harmonies of #A0CD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CD47

Black with #A0CD47

Text Example


Text Example

White with #A0CD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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