#9EFF5A

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

Shades of Conifer #9EFF5A

Tints of Conifer #9EFF5A

Color information

#9EFF5A (or 0x9EFF5A) is unknown color: approx Conifer. HEX triplet: 9E, FF and 5A. RGB value is (158,255,90). Sum of RGB (Red+Green+Blue) = 158+255+90=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 90 (35.55% from 255 or 17.89% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFF5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFF5A is #6100A5. Grayscale: #CFCFCF. Windows color (decimal): -6357158 or 5963678. OLE color: 5963678.

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

Color convert

RGB15825590-
CMYK0.3800.650
HSL95.27º100%67.65%-
HSV(B)95.27º64.71%100%-
XYZ51.7179.5322.3-
YUV207.1961.8692.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.41%
GREEN value IS 255 (100% from 255) = 50.70%
BLUE value IS 90 (35.55% from 255) = 17.89%
R=31.41%
G=50.70%
B=17.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal158255900.3800.65095.2710067.65
Hex9EFF5A2604105f6444
Octal2363771324601010137144104
Binary10011110111111111011010100110010000010101111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,255,90); }

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

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

 a { background-color: rgb(158,255,90); }

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

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

 span { border-color: rgb(158,255,90); }

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