#9FCF54

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

Shades of Conifer #9FCF54

Tints of Conifer #9FCF54

Color information

#9FCF54 (or 0x9FCF54) is unknown color: approx Conifer. HEX triplet: 9F, CF and 54. RGB value is (159,207,84). Sum of RGB (Red+Green+Blue) = 159+207+84=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCF54 is #6030AB. Grayscale: #B3B3B3. Windows color (decimal): -6303916 or 5558175. OLE color: 5558175.

HSL color Cylindrical-coordinate representation of color #9FCF54: hue angle of 83.41º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FCF54 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB15920784-
CMYK0.2300.590.19
HSL83.41º56.16%57.06%-
HSV(B)83.41º59.42%81.18%-
XYZ38.2152.6416.53-
YUV178.6374.6114-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.33%
GREEN value IS 207 (81.25% from 255) = 46%
BLUE value IS 84 (33.20% from 255) = 18.67%
R=35.33%
G=46%
B=18.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal159207840.2300.590.1983.4156.1657.06
Hex9FCF541703B13533839
Octal23731712427073231237071
Binary10011111110011111010100101110111011100111010011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,207,84); }

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

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

 a { background-color: rgb(159,207,84); }

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

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

 span { border-color: rgb(159,207,84); }

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