#9DF378

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

Shades of Feijoa #9DF378

Tints of Feijoa #9DF378

Color information

#9DF378 (or 0x9DF378) is unknown color: approx Feijoa. HEX triplet: 9D, F3 and 78. RGB value is (157,243,120). Sum of RGB (Red+Green+Blue) = 157+243+120=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF378 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF378 is #620C87. Grayscale: #CBCBCB. Windows color (decimal): -6425736 or 7926685. OLE color: 7926685.

HSL color Cylindrical-coordinate representation of color #9DF378: hue angle of 101.95º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DF378 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB157243120-
CMYK0.3500.510.05
HSL101.95º83.67%71.18%-
HSV(B)101.95º50.62%95.29%-
XYZ49.3572.6329.19-
YUV203.2681.0195-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.19%
GREEN value IS 243 (95.31% from 255) = 46.73%
BLUE value IS 120 (47.27% from 255) = 23.08%
R=30.19%
G=46.73%
B=23.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572431200.3500.510.05101.9583.6771.18
Hex9DF378230335665447
Octal235363170430635146124107
Binary100111011111001111110001000110110011101110011010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,243,120); }

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

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

 a { background-color: rgb(157,243,120); }

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

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

 span { border-color: rgb(157,243,120); }

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