#9EFD5D

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

Shades of Conifer #9EFD5D

Tints of Conifer #9EFD5D

Color information

#9EFD5D (or 0x9EFD5D) is unknown color: approx Conifer. HEX triplet: 9E, FD and 5D. RGB value is (158,253,93). Sum of RGB (Red+Green+Blue) = 158+253+93=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFD5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFD5D is #6102A2. Grayscale: #CECECE. Windows color (decimal): -6357667 or 6159774. OLE color: 6159774.

HSL color Cylindrical-coordinate representation of color #9EFD5D: hue angle of 95.62º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9EFD5D is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB15825393-
CMYK0.3800.630.01
HSL95.62º97.56%67.84%-
HSV(B)95.62º63.24%99.22%-
XYZ51.278.3122.77-
YUV206.3664.0393.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.35%
GREEN value IS 253 (99.22% from 255) = 50.20%
BLUE value IS 93 (36.72% from 255) = 18.45%
R=31.35%
G=50.20%
B=18.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal158253930.3800.630.0195.6297.5667.84
Hex9EFD5D2603F1606244
Octal236375135460771140142104
Binary1001111011111101101110110011001111111110000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,253,93); }

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

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

 a { background-color: rgb(158,253,93); }

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

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

 span { border-color: rgb(158,253,93); }

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