#9CDD46

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

Shades of Atlantis #9CDD46

Tints of Atlantis #9CDD46

Color information

#9CDD46 (or 0x9CDD46) is unknown color: approx Atlantis. HEX triplet: 9C, DD and 46. RGB value is (156,221,70). Sum of RGB (Red+Green+Blue) = 156+221+70=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 70 (27.73% from 255 or 15.66% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDD46 is #6322B9. Grayscale: #B8B8B8. Windows color (decimal): -6496954 or 4644252. OLE color: 4644252.

HSL color Cylindrical-coordinate representation of color #9CDD46: hue angle of 85.83º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9CDD46 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB15622170-
CMYK0.2900.680.13
HSL85.83º68.95%57.06%-
HSV(B)85.83º68.33%86.67%-
XYZ40.6759.2215.08-
YUV184.3563.47107.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.90%
GREEN value IS 221 (86.72% from 255) = 49.44%
BLUE value IS 70 (27.73% from 255) = 15.66%
R=34.90%
G=49.44%
B=15.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal156221700.2900.680.1385.8368.9557.06
Hex9CDD461D044D564539
Octal2343351063501041512610571
Binary100111001101110110001101110101000100110110101101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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