#9FDA5C

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

Shades of Conifer #9FDA5C

Tints of Conifer #9FDA5C

Color information

#9FDA5C (or 0x9FDA5C) is unknown color: approx Conifer. HEX triplet: 9F, DA and 5C. RGB value is (159,218,92). Sum of RGB (Red+Green+Blue) = 159+218+92=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDA5C is #6025A3. Grayscale: #BABABA. Windows color (decimal): -6301092 or 6085279. OLE color: 6085279.

HSL color Cylindrical-coordinate representation of color #9FDA5C: hue angle of 88.1º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FDA5C is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB15921892-
CMYK0.2700.580.15
HSL88.1º63%60.78%-
HSV(B)88.1º57.8%85.49%-
XYZ41.358.2919.2-
YUV18674.95108.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.90%
GREEN value IS 218 (85.55% from 255) = 46.48%
BLUE value IS 92 (36.33% from 255) = 19.62%
R=33.90%
G=46.48%
B=19.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal159218920.2700.580.1588.16360.78
Hex9FDA5C1B03AF583f3d
Octal23733213433072171307775
Binary1001111111011010101110011011011101011111011000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,218,92); }

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

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

 a { background-color: rgb(159,218,92); }

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

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

 span { border-color: rgb(159,218,92); }

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