#9DFF60

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

Shades of Conifer #9DFF60

Tints of Conifer #9DFF60

Color information

#9DFF60 (or 0x9DFF60) is unknown color: approx Conifer. HEX triplet: 9D, FF and 60. RGB value is (157,255,96). Sum of RGB (Red+Green+Blue) = 157+255+96=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 96 (37.89% from 255 or 18.90% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFF60 is #62009F. Grayscale: #D0D0D0. Windows color (decimal): -6422688 or 6356893. OLE color: 6356893.

HSL color Cylindrical-coordinate representation of color #9DFF60: hue angle of 96.98º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DFF60 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB15725596-
CMYK0.3800.620
HSL96.98º100%68.82%-
HSV(B)96.98º62.35%100%-
XYZ51.7879.5323.69-
YUV207.5765.0391.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.91%
GREEN value IS 255 (100% from 255) = 50.20%
BLUE value IS 96 (37.89% from 255) = 18.90%
R=30.91%
G=50.20%
B=18.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal157255960.3800.62096.9810068.82
Hex9DFF602603E0616445
Octal235377140460760141144105
Binary1001110111111111110000010011001111100110000111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,255,96); }

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

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

 a { background-color: rgb(157,255,96); }

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

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

 span { border-color: rgb(157,255,96); }

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