#9ACA50

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

Shades of Atlantis #9ACA50

Tints of Atlantis #9ACA50

Color information

#9ACA50 (or 0x9ACA50) is unknown color: approx Atlantis. HEX triplet: 9A, CA and 50. RGB value is (154,202,80). Sum of RGB (Red+Green+Blue) = 154+202+80=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACA50 is #6535AF. Grayscale: #AEAEAE. Windows color (decimal): -6632880 or 5294746. OLE color: 5294746.

HSL color Cylindrical-coordinate representation of color #9ACA50: hue angle of 83.61º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9ACA50 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB15420280-
CMYK0.2400.600.21
HSL83.61º53.51%55.29%-
HSV(B)83.61º60.4%79.22%-
XYZ35.8949.6915.29-
YUV173.7475.1113.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.32%
GREEN value IS 202 (79.30% from 255) = 46.33%
BLUE value IS 80 (31.64% from 255) = 18.35%
R=35.32%
G=46.33%
B=18.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal154202800.2400.600.2183.6153.5155.29
Hex9ACA501803C15543637
Octal23231212030074251246667
Binary10011010110010101010000110000111100101011010100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,202,80); }

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

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

 a { background-color: rgb(154,202,80); }

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

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

 span { border-color: rgb(154,202,80); }

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