#A7CF46

Color #A7CF46 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #A7CF46

Tints of Atlantis #A7CF46

Color information

#A7CF46 (or 0xA7CF46) is unknown color: approx Atlantis. HEX triplet: A7, CF and 46. RGB value is (167,207,70). Sum of RGB (Red+Green+Blue) = 167+207+70=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 70 (27.73% from 255 or 15.77% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7CF46 is #5830B9. Grayscale: #B3B3B3. Windows color (decimal): -5779642 or 4640679. OLE color: 4640679.

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

Color convert

RGB16720770-
CMYK0.1900.660.19
HSL77.52º58.8%54.31%-
HSV(B)77.52º66.18%81.18%-
XYZ39.3553.2814-
YUV179.4266.25119.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.61%
GREEN value IS 207 (81.25% from 255) = 46.62%
BLUE value IS 70 (27.73% from 255) = 15.77%
R=37.61%
G=46.62%
B=15.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal167207700.1900.660.1977.5258.854.31
HexA7CF4613042134e3b36
Octal247317106230102231167366
Binary101001111100111110001101001101000010100111001110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CF46; }

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

 H1.HeaderClassName
 {
   color: #A7CF46;
 }
 .AnyTagClassName
 {
   color: #A7CF46;
 }
</style>
background-color css

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

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

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

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

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

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