#9EFD5E

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

Shades of Conifer #9EFD5E

Tints of Conifer #9EFD5E

Color information

#9EFD5E (or 0x9EFD5E) is unknown color: approx Conifer. HEX triplet: 9E, FD and 5E. RGB value is (158,253,94). Sum of RGB (Red+Green+Blue) = 158+253+94=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFD5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFD5E is #6102A1. Grayscale: #CFCFCF. Windows color (decimal): -6357666 or 6225310. OLE color: 6225310.

HSL color Cylindrical-coordinate representation of color #9EFD5E: hue angle of 95.85º 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 #9EFD5E is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB15825394-
CMYK0.3800.630.01
HSL95.85º97.55%68.04%-
HSV(B)95.85º62.85%99.22%-
XYZ51.2578.3323.01-
YUV206.4764.5393.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.29%
GREEN value IS 253 (99.22% from 255) = 50.10%
BLUE value IS 94 (37.11% from 255) = 18.61%
R=31.29%
G=50.10%
B=18.61%

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
Decimal158253940.3800.630.0195.8597.5568.04
Hex9EFD5E2603F1606244
Octal236375136460771140142104
Binary1001111011111101101111010011001111111110000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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