Html Css Color HEX #A8D346 Atlantis

📋 copy color: '#A8D346'

red 168 ◦ green 211 ◦ blue 70

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

Shades of Atlantis #A8D346

Tints of Atlantis #A8D346

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.99%

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

R = 37.42%
G = 46.99%
B = 15.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#A8D346 (or 0xA8D346) is known color: Atlantis. HEX triplet: A8, D3 and 46. RGB value is (168,211,70). Sum of RGB (Red+Green+Blue) = 168+211+70=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D346 is #572CB9. Grayscale: #B6B6B6. Windows color (decimal): -5713082 or 4641704. OLE color: 4641704.

HSL color Cylindrical-coordinate representation of color #A8D346: hue angle of 78.3º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8D346 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 211 70 -
CMYK 0.20 0 0.67 0.17
HSL 78.3º 0.62% 0.55% -
HSV(B) 78.3º 0.67% 0.83% -
XYZ 40.55 55.36 14.34 -
YUV 182.07 64.75 117.96 -
System Red Green Blue C M Y K H S L
Decimal 168 211 70 0.20 0 0.67 0.17 78.3 0.62 0.55
Hex A8 D3 46 14 0 43 11 4E 3E 37
Octal 250 323 106 24 0 103 21 116 76 67
Binary 10101000 11010011 1000110 10100 0 1000011 10001 1001110 111110 110111

Color Harmonies of #A8D346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D346

Black with #A8D346

Text Example


Text Example

White with #A8D346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D346; }

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

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

background-color css

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

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

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

border-color css

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

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

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