#A7CF48

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

Shades of Atlantis #A7CF48

Tints of Atlantis #A7CF48

Color information

#A7CF48 (or 0xA7CF48) is unknown color: approx Atlantis. HEX triplet: A7, CF and 48. RGB value is (167,207,72). Sum of RGB (Red+Green+Blue) = 167+207+72=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 72 (28.52% from 255 or 16.14% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7CF48 is #5830B7. Grayscale: #B4B4B4. Windows color (decimal): -5779640 or 4771751. OLE color: 4771751.

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

Color convert

RGB16720772-
CMYK0.1900.650.19
HSL77.78º58.44%54.71%-
HSV(B)77.78º65.22%81.18%-
XYZ39.4253.3114.34-
YUV179.6567.25118.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.44%
GREEN value IS 207 (81.25% from 255) = 46.41%
BLUE value IS 72 (28.52% from 255) = 16.14%
R=37.44%
G=46.41%
B=16.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal167207720.1900.650.1977.7858.4454.71
HexA7CF4813041134e3a37
Octal247317110230101231167267
Binary101001111100111110010001001101000001100111001110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CF48; }

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

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

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

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

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

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

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

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