#9EFE64

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

Shades of Conifer #9EFE64

Tints of Conifer #9EFE64

Color information

#9EFE64 (or 0x9EFE64) is unknown color: approx Conifer. HEX triplet: 9E, FE and 64. RGB value is (158,254,100). Sum of RGB (Red+Green+Blue) = 158+254+100=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFE64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFE64 is #61019B. Grayscale: #D0D0D0. Windows color (decimal): -6357404 or 6618782. OLE color: 6618782.

HSL color Cylindrical-coordinate representation of color #9EFE64: hue angle of 97.4º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9EFE64 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.

Color convert

RGB158254100-
CMYK0.3800.610.00
HSL97.4º98.72%69.41%-
HSV(B)97.4º60.63%99.61%-
XYZ51.8479.0724.59-
YUV207.7467.292.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.86%
GREEN value IS 254 (99.61% from 255) = 49.61%
BLUE value IS 100 (39.45% from 255) = 19.53%
R=30.86%
G=49.61%
B=19.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1582541000.3800.610.0097.498.7269.41
Hex9EFE642603D0616345
Octal236376144460750141143105
Binary1001111011111110110010010011001111010110000111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,254,100); }

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

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

 a { background-color: rgb(158,254,100); }

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

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

 span { border-color: rgb(158,254,100); }

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