Html Css Color HEX #A0C247 Atlantis

📋 copy color: '#A0C247'

red 160 ◦ green 194 ◦ blue 71

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

Shades of Atlantis #A0C247

Tints of Atlantis #A0C247

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.65%

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

R = 37.65%
G = 45.65%
B = 16.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#A0C247 (or 0xA0C247) is known color: Atlantis. HEX triplet: A0, C2 and 47. RGB value is (160,194,71). Sum of RGB (Red+Green+Blue) = 160+194+71=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 71 (28.12% from 255 or 16.71% from 425); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C247 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C247 is #5F3DB8. Grayscale: #AAAAAA. Windows color (decimal): -6241721 or 4702880. OLE color: 4702880.

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

Color convert

RGB 160 194 71 -
CMYK 0.18 0 0.63 0.24
HSL 76.59º 0.5% 0.52% -
HSV(B) 76.59º 0.63% 0.76% -
XYZ 34.93 46.51 13.1 -
YUV 169.81 72.24 121 -
System Red Green Blue C M Y K H S L
Decimal 160 194 71 0.18 0 0.63 0.24 76.59 0.5 0.52
Hex A0 C2 47 12 0 3F 18 4D 32 34
Octal 240 302 107 22 0 77 30 115 62 64
Binary 10100000 11000010 1000111 10010 0 111111 11000 1001101 110010 110100

Color Harmonies of #A0C247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C247

Black with #A0C247

Text Example


Text Example

White with #A0C247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C247; }

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

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

background-color css

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

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

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

border-color css

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

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

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