#99f872

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

Shades of Feijoa #99F872

Tints of Feijoa #99F872

Color information

#99F872 (or 0x99F872) is unknown color: approx Feijoa. HEX triplet: 99, F8 and 72. RGB value is (153,248,114). Sum of RGB (Red+Green+Blue) = 153+248+114=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 248 (97.27% from 255 or 48.16% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 248 - color contains mainly: green. Hex color #99F872 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99F872 is #66078D. Grayscale: #CCCCCC. Windows color (decimal): -6686606 or 7534745. OLE color: 7534745.

HSL color Cylindrical-coordinate representation of color #99F872: hue angle of 102.54º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99F872 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB153248114-
CMYK0.3800.540.03
HSL102.54º90.54%70.98%-
HSV(B)102.54º54.03%97.25%-
XYZ49.7475.1227.8-
YUV204.3277.0391.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.71%
GREEN value IS 248 (97.27% from 255) = 48.16%
BLUE value IS 114 (44.92% from 255) = 22.14%
R=29.71%
G=48.16%
B=22.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1532481140.3800.540.03102.5490.5470.98
Hex99F872260363675b47
Octal231370162460663147133107
Binary10011001111110001110010100110011011011110011110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99f872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,248,114); }

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

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

 a { background-color: rgb(153,248,114); }

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

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

 span { border-color: rgb(153,248,114); }

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