#9CC746

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

Shades of Atlantis #9CC746

Tints of Atlantis #9CC746

Color information

#9CC746 (or 0x9CC746) is unknown color: approx Atlantis. HEX triplet: 9C, C7 and 46. RGB value is (156,199,70). Sum of RGB (Red+Green+Blue) = 156+199+70=425 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.71% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 70 (27.73% from 255 or 16.47% from 425); Max value from RGB is 199 - color contains mainly: green. Hex color #9CC746 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC746 is #6338B9. Grayscale: #ABABAB. Windows color (decimal): -6502586 or 4638620. OLE color: 4638620.

HSL color Cylindrical-coordinate representation of color #9CC746: hue angle of 80º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9CC746 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB15619970-
CMYK0.2200.650.22
HSL80º53.53%52.75%-
HSV(B)80º64.82%78.04%-
XYZ35.2448.3613.27-
YUV171.4470.75116.99-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.71%
GREEN value IS 199 (78.12% from 255) = 46.82%
BLUE value IS 70 (27.73% from 255) = 16.47%
R=36.71%
G=46.82%
B=16.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal156199700.2200.650.228053.5352.75
Hex9CC7461604116503635
Octal234307106260101261206665
Binary100111001100011110001101011001000001101101010000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,199,70); }

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

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

 a { background-color: rgb(156,199,70); }

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

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

 span { border-color: rgb(156,199,70); }

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