#9DF17D

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

Shades of Feijoa #9DF17D

Tints of Feijoa #9DF17D

Color information

#9DF17D (or 0x9DF17D) is unknown color: approx Feijoa. HEX triplet: 9D, F1 and 7D. RGB value is (157,241,125). Sum of RGB (Red+Green+Blue) = 157+241+125=523 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.02% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF17D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF17D is #620E82. Grayscale: #CBCBCB. Windows color (decimal): -6426243 or 8253853. OLE color: 8253853.

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

Color convert

RGB157241125-
CMYK0.3500.480.05
HSL103.45º80.56%71.76%-
HSV(B)103.45º48.13%94.51%-
XYZ49.0671.5630.63-
YUV202.6684.1795.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.02%
GREEN value IS 241 (94.53% from 255) = 46.08%
BLUE value IS 125 (49.22% from 255) = 23.90%
R=30.02%
G=46.08%
B=23.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572411250.3500.480.05103.4580.5671.76
Hex9DF17D230305675148
Octal235361175430605147121110
Binary100111011111000111111011000110110000101110011110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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