#9DE960

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

Shades of Conifer #9DE960

Tints of Conifer #9DE960

Color information

#9DE960 (or 0x9DE960) is unknown color: approx Conifer. HEX triplet: 9D, E9 and 60. RGB value is (157,233,96). Sum of RGB (Red+Green+Blue) = 157+233+96=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 233 (91.41% from 255 or 47.94% from 486); Blue value is 96 (37.89% from 255 or 19.75% from 486); Max value from RGB is 233 - color contains mainly: green. Hex color #9DE960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DE960 is #62169F. Grayscale: #C3C3C3. Windows color (decimal): -6428320 or 6351261. OLE color: 6351261.

HSL color Cylindrical-coordinate representation of color #9DE960: hue angle of 93.28º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DE960 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB15723396-
CMYK0.3300.590.09
HSL93.28º75.69%64.51%-
HSV(B)93.28º58.8%91.37%-
XYZ45.1566.2921.48-
YUV194.6672.32101.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.30%
GREEN value IS 233 (91.41% from 255) = 47.94%
BLUE value IS 96 (37.89% from 255) = 19.75%
R=32.30%
G=47.94%
B=19.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal157233960.3300.590.0993.2875.6964.51
Hex9DE9602103B95d4c41
Octal2353511404107311135114101
Binary1001110111101001110000010000101110111001101110110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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