#9ACC4B

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

Shades of Atlantis #9ACC4B

Tints of Atlantis #9ACC4B

Color information

#9ACC4B (or 0x9ACC4B) is unknown color: approx Atlantis. HEX triplet: 9A, CC and 4B. RGB value is (154,204,75). Sum of RGB (Red+Green+Blue) = 154+204+75=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACC4B is #6533B4. Grayscale: #AEAEAE. Windows color (decimal): -6632373 or 4967578. OLE color: 4967578.

HSL color Cylindrical-coordinate representation of color #9ACC4B: hue angle of 83.26º 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 #9ACC4B is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB15420475-
CMYK0.2500.630.2
HSL83.26º55.84%54.71%-
HSV(B)83.26º63.24%80%-
XYZ36.1950.5614.51-
YUV174.3471.94113.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.57%
GREEN value IS 204 (80.08% from 255) = 47.11%
BLUE value IS 75 (29.69% from 255) = 17.32%
R=35.57%
G=47.11%
B=17.32%

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
Decimal154204750.2500.630.283.2655.8454.71
Hex9ACC4B1903F14533837
Octal23231411331077241237067
Binary10011010110011001001011110010111111101001010011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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