#9EF165

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

Shades of Conifer #9EF165

Tints of Conifer #9EF165

Color information

#9EF165 (or 0x9EF165) is unknown color: approx Conifer. HEX triplet: 9E, F1 and 65. RGB value is (158,241,101). Sum of RGB (Red+Green+Blue) = 158+241+101=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #9EF165 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF165 is #610E9A. Grayscale: #C8C8C8. Windows color (decimal): -6360731 or 6680990. OLE color: 6680990.

HSL color Cylindrical-coordinate representation of color #9EF165: hue angle of 95.57º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9EF165 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB158241101-
CMYK0.3400.580.05
HSL95.57º83.33%67.06%-
HSV(B)95.57º58.09%94.51%-
XYZ47.971.1223.51-
YUV200.227297.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.6%
GREEN value IS 241 (94.53% from 255) = 48.2%
BLUE value IS 101 (39.84% from 255) = 20.2%
R=31.6%
G=48.2%
B=20.2%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1582411010.3400.580.0595.5783.3367.06
Hex9EF1652203A5605343
Octal236361145420725140123103
Binary100111101111000111001011000100111010101110000010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,241,101); }

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

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

 a { background-color: rgb(158,241,101); }

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

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

 span { border-color: rgb(158,241,101); }

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