#9FD558

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

Shades of Conifer #9FD558

Tints of Conifer #9FD558

Color information

#9FD558 (or 0x9FD558) is unknown color: approx Conifer. HEX triplet: 9F, D5 and 58. RGB value is (159,213,88). Sum of RGB (Red+Green+Blue) = 159+213+88=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 88 (34.77% from 255 or 19.13% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD558 is #602AA7. Grayscale: #B7B7B7. Windows color (decimal): -6302376 or 5821855. OLE color: 5821855.

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

Color convert

RGB15921388-
CMYK0.2500.590.16
HSL85.92º59.81%59.02%-
HSV(B)85.92º58.69%83.53%-
XYZ39.8555.6617.88-
YUV182.674.61111.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.57%
GREEN value IS 213 (83.59% from 255) = 46.30%
BLUE value IS 88 (34.77% from 255) = 19.13%
R=34.57%
G=46.30%
B=19.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal159213880.2500.590.1685.9259.8159.02
Hex9FD5581903B10563c3b
Octal23732513031073201267473
Binary10011111110101011011000110010111011100001010110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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