#9FDD41

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

Shades of Atlantis #9FDD41

Tints of Atlantis #9FDD41

Color information

#9FDD41 (or 0x9FDD41) is unknown color: approx Atlantis. HEX triplet: 9F, DD and 41. RGB value is (159,221,65). Sum of RGB (Red+Green+Blue) = 159+221+65=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDD41 is #6022BE. Grayscale: #B9B9B9. Windows color (decimal): -6300351 or 4316575. OLE color: 4316575.

HSL color Cylindrical-coordinate representation of color #9FDD41: hue angle of 83.85º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9FDD41 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB15922165-
CMYK0.2800.710.13
HSL83.85º69.64%56.08%-
HSV(B)83.85º70.59%86.67%-
XYZ41.1159.4714.31-
YUV184.6860.46109.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.73%
GREEN value IS 221 (86.72% from 255) = 49.66%
BLUE value IS 65 (25.78% from 255) = 14.61%
R=35.73%
G=49.66%
B=14.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal159221650.2800.710.1383.8569.6456.08
Hex9FDD411C047D544638
Octal2373351013401071512410670
Binary100111111101110110000011110001000111110110101001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,221,65); }

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

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

 a { background-color: rgb(159,221,65); }

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

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

 span { border-color: rgb(159,221,65); }

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