#99ED70

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

Shades of Feijoa #99ED70

Tints of Feijoa #99ED70

Color information

#99ED70 (or 0x99ED70) is unknown color: approx Feijoa. HEX triplet: 99, ED and 70. RGB value is (153,237,112). Sum of RGB (Red+Green+Blue) = 153+237+112=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #99ED70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99ED70 is #66128F. Grayscale: #C6C6C6. Windows color (decimal): -6689424 or 7400857. OLE color: 7400857.

HSL color Cylindrical-coordinate representation of color #99ED70: hue angle of 100.32º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99ED70 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB153237112-
CMYK0.3500.530.07
HSL100.32º77.64%68.43%-
HSV(B)100.32º52.74%92.94%-
XYZ46.3568.5126.11-
YUV197.6379.6796.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.48%
GREEN value IS 237 (92.97% from 255) = 47.21%
BLUE value IS 112 (44.14% from 255) = 22.31%
R=30.48%
G=47.21%
B=22.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1532371120.3500.530.07100.3277.6468.43
Hex99ED70230357644e44
Octal231355160430657144116104
Binary100110011110110111100001000110110101111110010010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ED70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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