#A5CE37

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

Shades of Atlantis #A5CE37

Tints of Atlantis #A5CE37

Color information

#A5CE37 (or 0xA5CE37) is unknown color: approx Atlantis. HEX triplet: A5, CE and 37. RGB value is (165,206,55). Sum of RGB (Red+Green+Blue) = 165+206+55=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CE37 is #5A31C8. Grayscale: #B1B1B1. Windows color (decimal): -5910985 or 3657381. OLE color: 3657381.

HSL color Cylindrical-coordinate representation of color #A5CE37: hue angle of 76.29º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5CE37 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB16520655-
CMYK0.2000.730.19
HSL76.29º60.64%51.18%-
HSV(B)76.29º73.3%80.78%-
XYZ38.2852.4211.71-
YUV176.5359.42119.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.73%
GREEN value IS 206 (80.86% from 255) = 48.36%
BLUE value IS 55 (21.88% from 255) = 12.91%
R=38.73%
G=48.36%
B=12.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal165206550.2000.730.1976.2960.6451.18
HexA5CE3714049134c3d33
Octal24531667240111231147563
Binary10100101110011101101111010001001001100111001100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CE37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CE37; }

 p { color: rgb(165,206,55); }

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

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

 a { background-color: rgb(165,206,55); }

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

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

 span { border-color: rgb(165,206,55); }

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