#9ACC4C

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

Shades of Atlantis #9ACC4C

Tints of Atlantis #9ACC4C

Color information

#9ACC4C (or 0x9ACC4C) is unknown color: approx Atlantis. HEX triplet: 9A, CC and 4C. RGB value is (154,204,76). Sum of RGB (Red+Green+Blue) = 154+204+76=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACC4C is #6533B3. Grayscale: #AEAEAE. Windows color (decimal): -6632372 or 5033114. OLE color: 5033114.

HSL color Cylindrical-coordinate representation of color #9ACC4C: hue angle of 83.44º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9ACC4C is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB15420476-
CMYK0.2500.630.2
HSL83.44º55.65%54.9%-
HSV(B)83.44º62.75%80%-
XYZ36.2250.5814.69-
YUV174.4672.44113.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.48%
GREEN value IS 204 (80.08% from 255) = 47.00%
BLUE value IS 76 (30.08% from 255) = 17.51%
R=35.48%
G=47.00%
B=17.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal154204760.2500.630.283.4455.6554.9
Hex9ACC4C1903F14533837
Octal23231411431077241237067
Binary10011010110011001001100110010111111101001010011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,204,76); }

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

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

 a { background-color: rgb(154,204,76); }

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

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

 span { border-color: rgb(154,204,76); }

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