#9CF16D

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

Shades of Feijoa #9CF16D

Tints of Feijoa #9CF16D

Color information

#9CF16D (or 0x9CF16D) is unknown color: approx Feijoa. HEX triplet: 9C, F1 and 6D. RGB value is (156,241,109). Sum of RGB (Red+Green+Blue) = 156+241+109=506 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.83% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #9CF16D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF16D is #630E92. Grayscale: #C8C8C8. Windows color (decimal): -6491795 or 7205276. OLE color: 7205276.

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

Color convert

RGB156241109-
CMYK0.3500.550.05
HSL98.64º82.5%68.63%-
HSV(B)98.64º54.77%94.51%-
XYZ47.9371.0825.66-
YUV200.5476.3496.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.83%
GREEN value IS 241 (94.53% from 255) = 47.63%
BLUE value IS 109 (42.97% from 255) = 21.54%
R=30.83%
G=47.63%
B=21.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1562411090.3500.550.0598.6482.568.63
Hex9CF16D230375635245
Octal234361155430675143122105
Binary100111001111000111011011000110110111101110001110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,241,109); }

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

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

 a { background-color: rgb(156,241,109); }

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

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

 span { border-color: rgb(156,241,109); }

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