#9FDB46

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

Shades of Atlantis #9FDB46

Tints of Atlantis #9FDB46

Color information

#9FDB46 (or 0x9FDB46) is unknown color: approx Atlantis. HEX triplet: 9F, DB and 46. RGB value is (159,219,70). Sum of RGB (Red+Green+Blue) = 159+219+70=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 70 (27.73% from 255 or 15.62% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDB46 is #6024B9. Grayscale: #B8B8B8. Windows color (decimal): -6300858 or 4643743. OLE color: 4643743.

HSL color Cylindrical-coordinate representation of color #9FDB46: hue angle of 84.16º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9FDB46 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB15921970-
CMYK0.2700.680.14
HSL84.16º67.42%56.67%-
HSV(B)84.16º68.04%85.88%-
XYZ40.7458.4814.93-
YUV184.0763.62110.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.49%
GREEN value IS 219 (85.94% from 255) = 48.88%
BLUE value IS 70 (27.73% from 255) = 15.62%
R=35.49%
G=48.88%
B=15.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal159219700.2700.680.1484.1667.4256.67
Hex9FDB461B044E544339
Octal2373331063301041612410371
Binary100111111101101110001101101101000100111010101001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,219,70); }

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

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

 a { background-color: rgb(159,219,70); }

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

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

 span { border-color: rgb(159,219,70); }

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