#99F071

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

Shades of Feijoa #99F071

Tints of Feijoa #99F071

Color information

#99F071 (or 0x99F071) is unknown color: approx Feijoa. HEX triplet: 99, F0 and 71. RGB value is (153,240,113). Sum of RGB (Red+Green+Blue) = 153+240+113=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #99F071 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99F071 is #660F8E. Grayscale: #C7C7C7. Windows color (decimal): -6688655 or 7467161. OLE color: 7467161.

HSL color Cylindrical-coordinate representation of color #99F071: hue angle of 101.1º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99F071 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB153240113-
CMYK0.3600.530.06
HSL101.1º80.89%69.22%-
HSV(B)101.1º52.92%94.12%-
XYZ47.2870.2826.7-
YUV199.5179.1894.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.24%
GREEN value IS 240 (94.14% from 255) = 47.43%
BLUE value IS 113 (44.53% from 255) = 22.33%
R=30.24%
G=47.43%
B=22.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1532401130.3600.530.06101.180.8969.22
Hex99F071240356655145
Octal231360161440656145121105
Binary100110011111000011100011001000110101110110010110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,240,113); }

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

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

 a { background-color: rgb(153,240,113); }

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

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

 span { border-color: rgb(153,240,113); }

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