#9CD942

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

Shades of Atlantis #9CD942

Tints of Atlantis #9CD942

Color information

#9CD942 (or 0x9CD942) is unknown color: approx Atlantis. HEX triplet: 9C, D9 and 42. RGB value is (156,217,66). Sum of RGB (Red+Green+Blue) = 156+217+66=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 217 (85.16% from 255 or 49.43% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 217 - color contains mainly: green. Hex color #9CD942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CD942 is #6326BD. Grayscale: #B6B6B6. Windows color (decimal): -6497982 or 4381084. OLE color: 4381084.

HSL color Cylindrical-coordinate representation of color #9CD942: hue angle of 84.24º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9CD942 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB15621766-
CMYK0.2800.700.15
HSL84.24º66.52%55.49%-
HSV(B)84.24º69.59%85.1%-
XYZ39.5157.0914.09-
YUV181.5562.79109.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.54%
GREEN value IS 217 (85.16% from 255) = 49.43%
BLUE value IS 66 (26.17% from 255) = 15.03%
R=35.54%
G=49.43%
B=15.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal156217660.2800.700.1584.2466.5255.49
Hex9CD9421C046F544337
Octal2343311023401061712410367
Binary100111001101100110000101110001000110111110101001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,217,66); }

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

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

 a { background-color: rgb(156,217,66); }

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

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

 span { border-color: rgb(156,217,66); }

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