#9FD546

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

Shades of Atlantis #9FD546

Tints of Atlantis #9FD546

Color information

#9FD546 (or 0x9FD546) is unknown color: approx Atlantis. HEX triplet: 9F, D5 and 46. RGB value is (159,213,70). Sum of RGB (Red+Green+Blue) = 159+213+70=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD546 is #602AB9. Grayscale: #B5B5B5. Windows color (decimal): -6302394 or 4642207. OLE color: 4642207.

HSL color Cylindrical-coordinate representation of color #9FD546: hue angle of 82.66º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9FD546 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB15921370-
CMYK0.2500.670.16
HSL82.66º63%55.49%-
HSV(B)82.66º67.14%83.53%-
XYZ39.255.414.42-
YUV180.5565.61112.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.97%
GREEN value IS 213 (83.59% from 255) = 48.19%
BLUE value IS 70 (27.73% from 255) = 15.84%
R=35.97%
G=48.19%
B=15.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal159213700.2500.670.1682.666355.49
Hex9FD5461904310533f37
Octal237325106310103201237767
Binary100111111101010110001101100101000011100001010011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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