#9DFA69

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

Shades of Feijoa #9DFA69

Tints of Feijoa #9DFA69

Color information

#9DFA69 (or 0x9DFA69) is unknown color: approx Feijoa. HEX triplet: 9D, FA and 69. RGB value is (157,250,105). Sum of RGB (Red+Green+Blue) = 157+250+105=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 105 (41.41% from 255 or 20.51% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFA69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFA69 is #620596. Grayscale: #CECECE. Windows color (decimal): -6423959 or 6945437. OLE color: 6945437.

HSL color Cylindrical-coordinate representation of color #9DFA69: hue angle of 98.48º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DFA69 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB157250105-
CMYK0.3700.580.02
HSL98.48º93.55%69.61%-
HSV(B)98.48º58%98.04%-
XYZ50.6476.5625.47-
YUV205.6671.1993.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.66%
GREEN value IS 250 (98.05% from 255) = 48.83%
BLUE value IS 105 (41.41% from 255) = 20.51%
R=30.66%
G=48.83%
B=20.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572501050.3700.580.0298.4893.5569.61
Hex9DFA692503A2625e46
Octal235372151450722142136106
Binary10011101111110101101001100101011101010110001010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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