#9DF150

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

Shades of Conifer #9DF150

Tints of Conifer #9DF150

Color information

#9DF150 (or 0x9DF150) is unknown color: approx Conifer. HEX triplet: 9D, F1 and 50. RGB value is (157,241,80). Sum of RGB (Red+Green+Blue) = 157+241+80=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF150 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF150 is #620EAF. Grayscale: #C6C6C6. Windows color (decimal): -6426288 or 5304733. OLE color: 5304733.

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

Color convert

RGB15724180-
CMYK0.3500.670.05
HSL91.3º85.19%62.94%-
HSV(B)91.3º66.8%94.51%-
XYZ46.8170.6618.76-
YUV197.5361.6799.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.85%
GREEN value IS 241 (94.53% from 255) = 50.42%
BLUE value IS 80 (31.64% from 255) = 16.74%
R=32.85%
G=50.42%
B=16.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal157241800.3500.670.0591.385.1962.94
Hex9DF1502304355b553f
Octal235361120430103513312577
Binary100111011111000110100001000110100001110110110111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,241,80); }

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

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

 a { background-color: rgb(157,241,80); }

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

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

 span { border-color: rgb(157,241,80); }

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