#9DCC41

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

Shades of Atlantis #9DCC41

Tints of Atlantis #9DCC41

Color information

#9DCC41 (or 0x9DCC41) is unknown color: approx Atlantis. HEX triplet: 9D, CC and 41. RGB value is (157,204,65). Sum of RGB (Red+Green+Blue) = 157+204+65=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCC41 is #6233BE. Grayscale: #AEAEAE. Windows color (decimal): -6435775 or 4312221. OLE color: 4312221.

HSL color Cylindrical-coordinate representation of color #9DCC41: hue angle of 80.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9DCC41 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB15720465-
CMYK0.2300.680.2
HSL80.29º57.68%52.75%-
HSV(B)80.29º68.14%80%-
XYZ36.4550.7412.87-
YUV174.166.43115.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.85%
GREEN value IS 204 (80.08% from 255) = 47.89%
BLUE value IS 65 (25.78% from 255) = 15.26%
R=36.85%
G=47.89%
B=15.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal157204650.2300.680.280.2957.6852.75
Hex9DCC411704414503a35
Octal235314101270104241207265
Binary100111011100110010000011011101000100101001010000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,204,65); }

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

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

 a { background-color: rgb(157,204,65); }

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

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

 span { border-color: rgb(157,204,65); }

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