#99E970

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

Shades of Feijoa #99E970

Tints of Feijoa #99E970

Color information

#99E970 (or 0x99E970) is unknown color: approx Feijoa. HEX triplet: 99, E9 and 70. RGB value is (153,233,112). Sum of RGB (Red+Green+Blue) = 153+233+112=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #99E970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99E970 is #66168F. Grayscale: #C3C3C3. Windows color (decimal): -6690448 or 7399833. OLE color: 7399833.

HSL color Cylindrical-coordinate representation of color #99E970: hue angle of 99.67º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99E970 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB153233112-
CMYK0.3400.520.09
HSL99.67º73.33%67.65%-
HSV(B)99.67º51.93%91.37%-
XYZ45.266.2225.73-
YUV195.298197.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.72%
GREEN value IS 233 (91.41% from 255) = 46.79%
BLUE value IS 112 (44.14% from 255) = 22.49%
R=30.72%
G=46.79%
B=22.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1532331120.3400.520.0999.6773.3367.65
Hex99E970220349644944
Octal2313511604206411144111104
Binary1001100111101001111000010001001101001001110010010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,233,112); }

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

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

 a { background-color: rgb(153,233,112); }

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

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

 span { border-color: rgb(153,233,112); }

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