Html Css Color HEX #A8D047 Atlantis

📋 copy color: '#A8D047'

red 168 ◦ green 208 ◦ blue 71

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

Shades of Atlantis #A8D047

Tints of Atlantis #A8D047

RGB

 RED value IS 168 (66.02% from 255) = 37.58%

 GREEN value IS 208 (81.64% from 255) = 46.53%

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

R = 37.58%
G = 46.53%
B = 15.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#A8D047 (or 0xA8D047) is known color: Atlantis. HEX triplet: A8, D0 and 47. RGB value is (168,208,71). Sum of RGB (Red+Green+Blue) = 168+208+71=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 71 (28.12% from 255 or 15.88% from 447); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D047 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D047 is #572FB8. Grayscale: #B4B4B4. Windows color (decimal): -5713849 or 4706472. OLE color: 4706472.

HSL color Cylindrical-coordinate representation of color #A8D047: hue angle of 77.52º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8D047 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 208 71 -
CMYK 0.19 0 0.66 0.18
HSL 77.52º 0.59% 0.55% -
HSV(B) 77.52º 0.66% 0.82% -
XYZ 39.84 53.89 14.26 -
YUV 180.42 66.25 119.14 -
System Red Green Blue C M Y K H S L
Decimal 168 208 71 0.19 0 0.66 0.18 77.52 0.59 0.55
Hex A8 D0 47 13 0 42 12 4E 3B 37
Octal 250 320 107 23 0 102 22 116 73 67
Binary 10101000 11010000 1000111 10011 0 1000010 10010 1001110 111011 110111

Color Harmonies of #A8D047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D047

Black with #A8D047

Text Example


Text Example

White with #A8D047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D047; }

 p { color: rgb(168,208,71); }

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

background-color css

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

 a { background-color: rgb(168,208,71); }

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

border-color css

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

 span { border-color: rgb(168,208,71); }

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