#9DF177

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

Shades of Feijoa #9DF177

Tints of Feijoa #9DF177

Color information

#9DF177 (or 0x9DF177) is unknown color: approx Feijoa. HEX triplet: 9D, F1 and 77. RGB value is (157,241,119). Sum of RGB (Red+Green+Blue) = 157+241+119=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF177 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF177 is #620E88. Grayscale: #CACACA. Windows color (decimal): -6426249 or 7860637. OLE color: 7860637.

HSL color Cylindrical-coordinate representation of color #9DF177: hue angle of 101.31º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DF177 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB157241119-
CMYK0.3500.510.05
HSL101.31º81.33%70.59%-
HSV(B)101.31º50.62%94.51%-
XYZ48.6971.4128.67-
YUV201.9881.1795.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.37%
GREEN value IS 241 (94.53% from 255) = 46.62%
BLUE value IS 119 (46.88% from 255) = 23.02%
R=30.37%
G=46.62%
B=23.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572411190.3500.510.05101.3181.3370.59
Hex9DF177230335655147
Octal235361167430635145121107
Binary100111011111000111101111000110110011101110010110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,241,119); }

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

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

 a { background-color: rgb(157,241,119); }

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

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

 span { border-color: rgb(157,241,119); }

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