#A5CF48

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

Shades of Atlantis #A5CF48

Tints of Atlantis #A5CF48

Color information

#A5CF48 (or 0xA5CF48) is unknown color: approx Atlantis. HEX triplet: A5, CF and 48. RGB value is (165,207,72). Sum of RGB (Red+Green+Blue) = 165+207+72=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 72 (28.52% from 255 or 16.22% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CF48 is #5A30B7. Grayscale: #B3B3B3. Windows color (decimal): -5910712 or 4771749. OLE color: 4771749.

HSL color Cylindrical-coordinate representation of color #A5CF48: hue angle of 78.67º 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 #A5CF48 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB16520772-
CMYK0.2000.650.19
HSL78.67º58.44%54.71%-
HSV(B)78.67º65.22%81.18%-
XYZ3953.0914.32-
YUV179.0567.59117.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.16%
GREEN value IS 207 (81.25% from 255) = 46.62%
BLUE value IS 72 (28.52% from 255) = 16.22%
R=37.16%
G=46.62%
B=16.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal165207720.2000.650.1978.6758.4454.71
HexA5CF4814041134f3a37
Octal245317110240101231177267
Binary101001011100111110010001010001000001100111001111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CF48; }

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

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

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

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

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

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

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

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