Html Css Color HEX #A0D947 Atlantis

📋 copy color: '#A0D947'

red 160 ◦ green 217 ◦ blue 71

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

Shades of Atlantis #A0D947

Tints of Atlantis #A0D947

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.44%

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

R = 35.71%
G = 48.44%
B = 15.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#A0D947 (or 0xA0D947) is known color: Atlantis. HEX triplet: A0, D9 and 47. RGB value is (160,217,71). Sum of RGB (Red+Green+Blue) = 160+217+71=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 217 (85.16% from 255 or 48.44% from 448); Blue value is 71 (28.12% from 255 or 15.85% from 448); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D947 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D947 is #5F26B8. Grayscale: #B7B7B7. Windows color (decimal): -6235833 or 4708768. OLE color: 4708768.

HSL color Cylindrical-coordinate representation of color #A0D947: hue angle of 83.42º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0D947 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 217 71 -
CMYK 0.26 0 0.67 0.15
HSL 83.42º 0.66% 0.56% -
HSV(B) 83.42º 0.67% 0.85% -
XYZ 40.45 57.55 14.94 -
YUV 183.31 64.62 111.37 -
System Red Green Blue C M Y K H S L
Decimal 160 217 71 0.26 0 0.67 0.15 83.42 0.66 0.56
Hex A0 D9 47 1A 0 43 F 53 42 38
Octal 240 331 107 32 0 103 17 123 102 70
Binary 10100000 11011001 1000111 11010 0 1000011 1111 1010011 1000010 111000

Color Harmonies of #A0D947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D947

Black with #A0D947

Text Example


Text Example

White with #A0D947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D947; }

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

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

background-color css

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

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

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

border-color css

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

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

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