#9CCF46

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

Shades of Atlantis #9CCF46

Tints of Atlantis #9CCF46

Color information

#9CCF46 (or 0x9CCF46) is unknown color: approx Atlantis. HEX triplet: 9C, CF and 46. RGB value is (156,207,70). Sum of RGB (Red+Green+Blue) = 156+207+70=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 70 (27.73% from 255 or 16.17% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CCF46 is #6330B9. Grayscale: #B0B0B0. Windows color (decimal): -6500538 or 4640668. OLE color: 4640668.

HSL color Cylindrical-coordinate representation of color #9CCF46: hue angle of 82.34º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9CCF46 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB15620770-
CMYK0.2500.660.19
HSL82.34º58.8%54.31%-
HSV(B)82.34º66.18%81.18%-
XYZ37.1352.1413.9-
YUV176.1368.1113.64-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.03%
GREEN value IS 207 (81.25% from 255) = 47.81%
BLUE value IS 70 (27.73% from 255) = 16.17%
R=36.03%
G=47.81%
B=16.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal156207700.2500.660.1982.3458.854.31
Hex9CCF461904213523b36
Octal234317106310102231227366
Binary100111001100111110001101100101000010100111010010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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