#9DF36C

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

Shades of Feijoa #9DF36C

Tints of Feijoa #9DF36C

Color information

#9DF36C (or 0x9DF36C) is unknown color: approx Feijoa. HEX triplet: 9D, F3 and 6C. RGB value is (157,243,108). Sum of RGB (Red+Green+Blue) = 157+243+108=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF36C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF36C is #620C93. Grayscale: #CACACA. Windows color (decimal): -6425748 or 7140253. OLE color: 7140253.

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

Color convert

RGB157243108-
CMYK0.3500.560.05
HSL98.22º84.91%68.82%-
HSV(B)98.22º55.56%95.29%-
XYZ48.6672.3525.59-
YUV201.975.0195.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.91%
GREEN value IS 243 (95.31% from 255) = 47.83%
BLUE value IS 108 (42.58% from 255) = 21.26%
R=30.91%
G=47.83%
B=21.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572431080.3500.560.0598.2284.9168.82
Hex9DF36C230385625545
Octal235363154430705142125105
Binary100111011111001111011001000110111000101110001010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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