#9ACF57

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

Shades of Atlantis #9ACF57

Tints of Atlantis #9ACF57

Color information

#9ACF57 (or 0x9ACF57) is unknown color: approx Atlantis. HEX triplet: 9A, CF and 57. RGB value is (154,207,87). Sum of RGB (Red+Green+Blue) = 154+207+87=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 87 (34.38% from 255 or 19.42% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACF57 is #6530A8. Grayscale: #B1B1B1. Windows color (decimal): -6631593 or 5754778. OLE color: 5754778.

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

Color convert

RGB15420787-
CMYK0.2600.580.19
HSL86.5º55.56%57.65%-
HSV(B)86.5º57.97%81.18%-
XYZ37.3652.1817.12-
YUV177.4776.94111.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.38%
GREEN value IS 207 (81.25% from 255) = 46.21%
BLUE value IS 87 (34.38% from 255) = 19.42%
R=34.38%
G=46.21%
B=19.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal154207870.2600.580.1986.555.5657.65
Hex9ACF571A03A1356383a
Octal23231712732072231267072
Binary10011010110011111010111110100111010100111010110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACF57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ACF57; }

 p { color: rgb(154,207,87); }

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

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

 a { background-color: rgb(154,207,87); }

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

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

 span { border-color: rgb(154,207,87); }

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