Html Css Color HEX #A7D146 Atlantis

📋 copy color: '#A7D146'

red 167 ◦ green 209 ◦ blue 70

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

Shades of Atlantis #A7D146

Tints of Atlantis #A7D146

RGB

 RED value IS 167 (65.63% from 255) = 37.44%

 GREEN value IS 209 (82.03% from 255) = 46.86%

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

R = 37.44%
G = 46.86%
B = 15.7%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#A7D146 (or 0xA7D146) is known color: Atlantis. HEX triplet: A7, D1 and 46. RGB value is (167,209,70). Sum of RGB (Red+Green+Blue) = 167+209+70=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 70 (27.73% from 255 or 15.70% from 446); Max value from RGB is 209 - color contains mainly: green. Hex color #A7D146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D146 is #582EB9. Grayscale: #B5B5B5. Windows color (decimal): -5779130 or 4641191. OLE color: 4641191.

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

Color convert

RGB 167 209 70 -
CMYK 0.20 0 0.67 0.18
HSL 78.13º 0.6% 0.55% -
HSV(B) 78.13º 0.67% 0.82% -
XYZ 39.84 54.26 14.17 -
YUV 180.6 65.59 118.3 -
System Red Green Blue C M Y K H S L
Decimal 167 209 70 0.20 0 0.67 0.18 78.13 0.6 0.55
Hex A7 D1 46 14 0 43 12 4E 3C 37
Octal 247 321 106 24 0 103 22 116 74 67
Binary 10100111 11010001 1000110 10100 0 1000011 10010 1001110 111100 110111

Color Harmonies of #A7D146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D146

Black with #A7D146

Text Example


Text Example

White with #A7D146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D146; }

 p { color: rgb(167,209,70); }

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

background-color css

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

 a { background-color: rgb(167,209,70); }

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

border-color css

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

 span { border-color: rgb(167,209,70); }

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