Html Css Color HEX #A7D040 Atlantis

📋 copy color: '#A7D040'

red 167 ◦ green 208 ◦ blue 64

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

Shades of Atlantis #A7D040

Tints of Atlantis #A7D040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.58%

R = 38.04%
G = 47.38%
B = 14.58%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#A7D040 (or 0xA7D040) is known color: Atlantis. HEX triplet: A7, D0 and 40. RGB value is (167,208,64). Sum of RGB (Red+Green+Blue) = 167+208+64=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 208 - color contains mainly: green. Hex color #A7D040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D040 is #582FBF. Grayscale: #B3B3B3. Windows color (decimal): -5779392 or 4247719. OLE color: 4247719.

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

Color convert

RGB 167 208 64 -
CMYK 0.20 0 0.69 0.18
HSL 77.08º 0.61% 0.53% -
HSV(B) 77.08º 0.69% 0.82% -
XYZ 39.42 53.7 13.14 -
YUV 179.33 62.92 119.21 -
System Red Green Blue C M Y K H S L
Decimal 167 208 64 0.20 0 0.69 0.18 77.08 0.61 0.53
Hex A7 D0 40 14 0 45 12 4D 3D 35
Octal 247 320 100 24 0 105 22 115 75 65
Binary 10100111 11010000 1000000 10100 0 1000101 10010 1001101 111101 110101

Color Harmonies of #A7D040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D040

Black with #A7D040

Text Example


Text Example

White with #A7D040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D040; }

 p { color: rgb(167,208,64); }

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

background-color css

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

 a { background-color: rgb(167,208,64); }

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

border-color css

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

 span { border-color: rgb(167,208,64); }

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