#9DF75A

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

Shades of Conifer #9DF75A

Tints of Conifer #9DF75A

Color information

#9DF75A (or 0x9DF75A) is unknown color: approx Conifer. HEX triplet: 9D, F7 and 5A. RGB value is (157,247,90). Sum of RGB (Red+Green+Blue) = 157+247+90=494 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.78% from 494); Green value is 247 (96.88% from 255 or 50% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 247 - color contains mainly: green. Hex color #9DF75A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF75A is #6208A5. Grayscale: #CACACA. Windows color (decimal): -6424742 or 5961629. OLE color: 5961629.

HSL color Cylindrical-coordinate representation of color #9DF75A: hue angle of 94.39º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DF75A is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB15724790-
CMYK0.3600.640.03
HSL94.39º90.75%66.08%-
HSV(B)94.39º63.56%96.86%-
XYZ49.0174.4321.46-
YUV202.1964.6895.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.78%
GREEN value IS 247 (96.88% from 255) = 50%
BLUE value IS 90 (35.55% from 255) = 18.22%
R=31.78%
G=50%
B=18.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal157247900.3600.640.0394.3990.7566.08
Hex9DF75A2404035e5b42
Octal2353671324401003136133102
Binary100111011111011110110101001000100000011101111010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,247,90); }

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

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

 a { background-color: rgb(157,247,90); }

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

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

 span { border-color: rgb(157,247,90); }

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