#9DFA58

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

Shades of Conifer #9DFA58

Tints of Conifer #9DFA58

Color information

#9DFA58 (or 0x9DFA58) is unknown color: approx Conifer. HEX triplet: 9D, FA and 58. RGB value is (157,250,88). Sum of RGB (Red+Green+Blue) = 157+250+88=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 88 (34.77% from 255 or 17.78% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFA58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFA58 is #6205A7. Grayscale: #CCCCCC. Windows color (decimal): -6423976 or 5831325. OLE color: 5831325.

HSL color Cylindrical-coordinate representation of color #9DFA58: hue angle of 94.44º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DFA58 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB15725088-
CMYK0.3700.650.02
HSL94.44º94.19%66.27%-
HSV(B)94.44º64.8%98.04%-
XYZ49.8576.2421.32-
YUV203.7262.6994.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.72%
GREEN value IS 250 (98.05% from 255) = 50.51%
BLUE value IS 88 (34.77% from 255) = 17.78%
R=31.72%
G=50.51%
B=17.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal157250880.3700.650.0294.4494.1966.27
Hex9DFA582504125e5e42
Octal2353721304501012136136102
Binary100111011111101010110001001010100000110101111010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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