#9DE872

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

Shades of Feijoa #9DE872

Tints of Feijoa #9DE872

Color information

#9DE872 (or 0x9DE872) is unknown color: approx Feijoa. HEX triplet: 9D, E8 and 72. RGB value is (157,232,114). Sum of RGB (Red+Green+Blue) = 157+232+114=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 232 (91.02% from 255 or 46.12% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 232 - color contains mainly: green. Hex color #9DE872 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DE872 is #62178D. Grayscale: #C4C4C4. Windows color (decimal): -6428558 or 7530653. OLE color: 7530653.

HSL color Cylindrical-coordinate representation of color #9DE872: hue angle of 98.14º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DE872 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB157232114-
CMYK0.3200.510.09
HSL98.14º71.95%67.84%-
HSV(B)98.14º50.86%90.98%-
XYZ45.866.126.26-
YUV196.1281.65100.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.21%
GREEN value IS 232 (91.02% from 255) = 46.12%
BLUE value IS 114 (44.92% from 255) = 22.66%
R=31.21%
G=46.12%
B=22.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1572321140.3200.510.0998.1471.9567.84
Hex9DE872200339624844
Octal2353501624006311142110104
Binary1001110111101000111001010000001100111001110001010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DE872; }

 p { color: rgb(157,232,114); }

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

<style>
 a { background-color: #9DE872; }

 a { background-color: rgb(157,232,114); }

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

<style>
 span { border-color: #9DE872; }

 span { border-color: rgb(157,232,114); }

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