#9DF06B

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

Shades of Feijoa #9DF06B

Tints of Feijoa #9DF06B

Color information

#9DF06B (or 0x9DF06B) is unknown color: approx Feijoa. HEX triplet: 9D, F0 and 6B. RGB value is (157,240,107). Sum of RGB (Red+Green+Blue) = 157+240+107=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 107 (42.19% from 255 or 21.23% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF06B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF06B is #620F94. Grayscale: #C8C8C8. Windows color (decimal): -6426517 or 7073949. OLE color: 7073949.

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

Color convert

RGB157240107-
CMYK0.3500.550.06
HSL97.44º81.6%68.04%-
HSV(B)97.44º55.42%94.12%-
XYZ47.7270.5525.01-
YUV200.0275.597.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.15%
GREEN value IS 240 (94.14% from 255) = 47.62%
BLUE value IS 107 (42.19% from 255) = 21.23%
R=31.15%
G=47.62%
B=21.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1572401070.3500.550.0697.4481.668.04
Hex9DF06B230376615244
Octal235360153430676141122104
Binary100111011111000011010111000110110111110110000110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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