#9DF57A

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

Shades of Feijoa #9DF57A

Tints of Feijoa #9DF57A

Color information

#9DF57A (or 0x9DF57A) is unknown color: approx Feijoa. HEX triplet: 9D, F5 and 7A. RGB value is (157,245,122). Sum of RGB (Red+Green+Blue) = 157+245+122=524 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.96% from 524); Green value is 245 (96.09% from 255 or 46.76% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 245 - color contains mainly: green. Hex color #9DF57A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF57A is #620A85. Grayscale: #CDCDCD. Windows color (decimal): -6425222 or 8058269. OLE color: 8058269.

HSL color Cylindrical-coordinate representation of color #9DF57A: hue angle of 102.93º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DF57A is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB157245122-
CMYK0.3600.500.04
HSL102.93º86.01%71.96%-
HSV(B)102.93º50.2%96.08%-
XYZ50.0773.8830.03-
YUV204.6781.3594-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.96%
GREEN value IS 245 (96.09% from 255) = 46.76%
BLUE value IS 122 (48.05% from 255) = 23.28%
R=29.96%
G=46.76%
B=23.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1572451220.3600.500.04102.9386.0171.96
Hex9DF57A240324675648
Octal235365172440624147126110
Binary100111011111010111110101001000110010100110011110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,245,122); }

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

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

 a { background-color: rgb(157,245,122); }

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

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

 span { border-color: rgb(157,245,122); }

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