#99E166

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

Shades of Feijoa #99E166

Tints of Feijoa #99E166

Color information

#99E166 (or 0x99E166) is unknown color: approx Feijoa. HEX triplet: 99, E1 and 66. RGB value is (153,225,102). Sum of RGB (Red+Green+Blue) = 153+225+102=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 225 - color contains mainly: green. Hex color #99E166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99E166 is #661E99. Grayscale: #BDBDBD. Windows color (decimal): -6692506 or 6742425. OLE color: 6742425.

HSL color Cylindrical-coordinate representation of color #99E166: hue angle of 95.12º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99E166 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB153225102-
CMYK0.3200.550.12
HSL95.12º67.21%64.12%-
HSV(B)95.12º54.67%88.24%-
XYZ42.4661.5822.22-
YUV189.4578.65102-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.88%
GREEN value IS 225 (88.28% from 255) = 46.88%
BLUE value IS 102 (40.23% from 255) = 21.25%
R=31.88%
G=46.88%
B=21.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1532251020.3200.550.1295.1267.2164.12
Hex99E16620037C5f4340
Octal2313411464006714137103100
Binary1001100111100001110011010000001101111100101111110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99E166; }

 p { color: rgb(153,225,102); }

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

<style>
 a { background-color: #99E166; }

 a { background-color: rgb(153,225,102); }

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

<style>
 span { border-color: #99E166; }

 span { border-color: rgb(153,225,102); }

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