#9FD055

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

Shades of Conifer #9FD055

Tints of Conifer #9FD055

Color information

#9FD055 (or 0x9FD055) is unknown color: approx Conifer. HEX triplet: 9F, D0 and 55. RGB value is (159,208,85). Sum of RGB (Red+Green+Blue) = 159+208+85=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #9FD055 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD055 is #602FAA. Grayscale: #B3B3B3. Windows color (decimal): -6303659 or 5623967. OLE color: 5623967.

HSL color Cylindrical-coordinate representation of color #9FD055: hue angle of 83.9º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FD055 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB15920885-
CMYK0.2400.590.18
HSL83.9º56.68%57.45%-
HSV(B)83.9º59.13%81.57%-
XYZ38.4953.1416.82-
YUV179.3374.77113.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.18%
GREEN value IS 208 (81.64% from 255) = 46.02%
BLUE value IS 85 (33.59% from 255) = 18.81%
R=35.18%
G=46.02%
B=18.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal159208850.2400.590.1883.956.6857.45
Hex9FD0551803B12543939
Octal23732012530073221247171
Binary10011111110100001010101110000111011100101010100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,208,85); }

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

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

 a { background-color: rgb(159,208,85); }

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

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

 span { border-color: rgb(159,208,85); }

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