#99F16E

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

Shades of Feijoa #99F16E

Tints of Feijoa #99F16E

Color information

#99F16E (or 0x99F16E) is unknown color: approx Feijoa. HEX triplet: 99, F1 and 6E. RGB value is (153,241,110). Sum of RGB (Red+Green+Blue) = 153+241+110=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 110 (43.36% from 255 or 21.83% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #99F16E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99F16E is #660E91. Grayscale: #C8C8C8. Windows color (decimal): -6688402 or 7270809. OLE color: 7270809.

HSL color Cylindrical-coordinate representation of color #99F16E: hue angle of 100.31º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99F16E is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB153241110-
CMYK0.3700.540.05
HSL100.31º82.39%68.82%-
HSV(B)100.31º54.36%94.51%-
XYZ47.4170.8125.92-
YUV199.7577.3594.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.36%
GREEN value IS 241 (94.53% from 255) = 47.82%
BLUE value IS 110 (43.36% from 255) = 21.83%
R=30.36%
G=47.82%
B=21.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1532411100.3700.540.05100.3182.3968.82
Hex99F16E250365645245
Octal231361156450665144122105
Binary100110011111000111011101001010110110101110010010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,241,110); }

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

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

 a { background-color: rgb(153,241,110); }

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

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

 span { border-color: rgb(153,241,110); }

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