#99F165

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

Shades of Feijoa #99F165

Tints of Feijoa #99F165

Color information

#99F165 (or 0x99F165) is unknown color: approx Feijoa. HEX triplet: 99, F1 and 65. RGB value is (153,241,101). Sum of RGB (Red+Green+Blue) = 153+241+101=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #99F165 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99F165 is #660E9A. Grayscale: #C7C7C7. Windows color (decimal): -6688411 or 6680985. OLE color: 6680985.

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

Color convert

RGB153241101-
CMYK0.3700.580.05
HSL97.71º83.33%67.06%-
HSV(B)97.71º58.09%94.51%-
XYZ46.9470.6223.47-
YUV198.7372.8595.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.91%
GREEN value IS 241 (94.53% from 255) = 48.69%
BLUE value IS 101 (39.84% from 255) = 20.40%
R=30.91%
G=48.69%
B=20.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1532411010.3700.580.0597.7183.3367.06
Hex99F1652503A5625343
Octal231361145450725142123103
Binary100110011111000111001011001010111010101110001010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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