#9DF07D

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

Shades of Feijoa #9DF07D

Tints of Feijoa #9DF07D

Color information

#9DF07D (or 0x9DF07D) is unknown color: approx Feijoa. HEX triplet: 9D, F0 and 7D. RGB value is (157,240,125). Sum of RGB (Red+Green+Blue) = 157+240+125=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 240 (94.14% from 255 or 45.98% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF07D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF07D is #620F82. Grayscale: #CACACA. Windows color (decimal): -6426499 or 8253597. OLE color: 8253597.

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

Color convert

RGB157240125-
CMYK0.3500.480.06
HSL103.3º79.31%71.57%-
HSV(B)103.3º47.92%94.12%-
XYZ48.7770.9730.53-
YUV202.0784.595.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.08%
GREEN value IS 240 (94.14% from 255) = 45.98%
BLUE value IS 125 (49.22% from 255) = 23.95%
R=30.08%
G=45.98%
B=23.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1572401250.3500.480.06103.379.3171.57
Hex9DF07D230306674f48
Octal235360175430606147117110
Binary100111011111000011111011000110110000110110011110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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