#9DF358

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

Shades of Conifer #9DF358

Tints of Conifer #9DF358

Color information

#9DF358 (or 0x9DF358) is unknown color: approx Conifer. HEX triplet: 9D, F3 and 58. RGB value is (157,243,88). Sum of RGB (Red+Green+Blue) = 157+243+88=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 243 (95.31% from 255 or 49.80% from 488); Blue value is 88 (34.77% from 255 or 18.03% from 488); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF358 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF358 is #620CA7. Grayscale: #C8C8C8. Windows color (decimal): -6425768 or 5829533. OLE color: 5829533.

HSL color Cylindrical-coordinate representation of color #9DF358: hue angle of 93.29º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DF358 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB15724388-
CMYK0.3500.640.05
HSL93.29º86.59%64.9%-
HSV(B)93.29º63.79%95.29%-
XYZ47.7271.9720.61-
YUV199.6265.0197.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.17%
GREEN value IS 243 (95.31% from 255) = 49.80%
BLUE value IS 88 (34.77% from 255) = 18.03%
R=32.17%
G=49.80%
B=18.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal157243880.3500.640.0593.2986.5964.9
Hex9DF3582304055d5741
Octal2353631304301005135127101
Binary1001110111110011101100010001101000000101101110110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,243,88); }

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

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

 a { background-color: rgb(157,243,88); }

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

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

 span { border-color: rgb(157,243,88); }

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