#9DFC69

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

Shades of Feijoa #9DFC69

Tints of Feijoa #9DFC69

Color information

#9DFC69 (or 0x9DFC69) is unknown color: approx Feijoa. HEX triplet: 9D, FC and 69. RGB value is (157,252,105). Sum of RGB (Red+Green+Blue) = 157+252+105=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 105 (41.41% from 255 or 20.43% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFC69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFC69 is #620396. Grayscale: #CFCFCF. Windows color (decimal): -6423447 or 6945949. OLE color: 6945949.

HSL color Cylindrical-coordinate representation of color #9DFC69: hue angle of 98.78º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DFC69 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB157252105-
CMYK0.3800.580.01
HSL98.78º96.08%70%-
HSV(B)98.78º58.33%98.82%-
XYZ51.2677.8125.68-
YUV206.8470.5392.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.54%
GREEN value IS 252 (98.83% from 255) = 49.03%
BLUE value IS 105 (41.41% from 255) = 20.43%
R=30.54%
G=49.03%
B=20.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1572521050.3800.580.0198.7896.0870
Hex9DFC692603A1636046
Octal235374151460721143140106
Binary1001110111111100110100110011001110101110001111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,252,105); }

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

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

 a { background-color: rgb(157,252,105); }

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

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

 span { border-color: rgb(157,252,105); }

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