#9EE274

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

Shades of Feijoa #9EE274

Tints of Feijoa #9EE274

Color information

#9EE274 (or 0x9EE274) is unknown color: approx Feijoa. HEX triplet: 9E, E2 and 74. RGB value is (158,226,116). Sum of RGB (Red+Green+Blue) = 158+226+116=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 226 - color contains mainly: green. Hex color #9EE274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE274 is #611D8B. Grayscale: #C1C1C1. Windows color (decimal): -6364556 or 7660190. OLE color: 7660190.

HSL color Cylindrical-coordinate representation of color #9EE274: hue angle of 97.09º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9EE274 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB158226116-
CMYK0.3000.490.11
HSL97.09º65.48%67.06%-
HSV(B)97.09º48.67%88.63%-
XYZ44.4562.9226.33-
YUV193.1384.47102.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.6%
GREEN value IS 226 (88.67% from 255) = 45.2%
BLUE value IS 116 (45.70% from 255) = 23.2%
R=31.6%
G=45.2%
B=23.2%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1582261160.3000.490.1197.0965.4867.06
Hex9EE2741E031B614143
Octal2363421643606113141101103
Binary100111101110001011101001111001100011011110000110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,226,116); }

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

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

 a { background-color: rgb(158,226,116); }

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

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

 span { border-color: rgb(158,226,116); }

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