Html Css Color HEX #A8D046 Atlantis

📋 copy color: '#A8D046'

red 168 ◦ green 208 ◦ blue 70

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

Shades of Atlantis #A8D046

Tints of Atlantis #A8D046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.7%

R = 37.67%
G = 46.64%
B = 15.7%

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

#A8D046 (or 0xA8D046) is known color: Atlantis. HEX triplet: A8, D0 and 46. RGB value is (168,208,70). Sum of RGB (Red+Green+Blue) = 168+208+70=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 70 (27.73% from 255 or 15.70% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D046 is #572FB9. Grayscale: #B4B4B4. Windows color (decimal): -5713850 or 4640936. OLE color: 4640936.

HSL color Cylindrical-coordinate representation of color #A8D046: hue angle of 77.39º 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 #A8D046 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 208 70 -
CMYK 0.19 0 0.66 0.18
HSL 77.39º 0.59% 0.55% -
HSV(B) 77.39º 0.66% 0.82% -
XYZ 39.81 53.88 14.1 -
YUV 180.31 65.75 119.22 -
System Red Green Blue C M Y K H S L
Decimal 168 208 70 0.19 0 0.66 0.18 77.39 0.59 0.55
Hex A8 D0 46 13 0 42 12 4D 3B 37
Octal 250 320 106 23 0 102 22 115 73 67
Binary 10101000 11010000 1000110 10011 0 1000010 10010 1001101 111011 110111

Color Harmonies of #A8D046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D046

Black with #A8D046

Text Example


Text Example

White with #A8D046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D046; }

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

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

background-color css

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

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

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

border-color css

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

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

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