#9CF26C

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

Shades of Feijoa #9CF26C

Tints of Feijoa #9CF26C

Color information

#9CF26C (or 0x9CF26C) is unknown color: approx Feijoa. HEX triplet: 9C, F2 and 6C. RGB value is (156,242,108). Sum of RGB (Red+Green+Blue) = 156+242+108=506 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.83% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #9CF26C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF26C is #630D93. Grayscale: #C9C9C9. Windows color (decimal): -6491540 or 7139996. OLE color: 7139996.

HSL color Cylindrical-coordinate representation of color #9CF26C: hue angle of 98.51º degrees, saturation: 0.84, 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 #9CF26C is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB156242108-
CMYK0.3600.550.05
HSL98.51º83.75%68.63%-
HSV(B)98.51º55.37%94.9%-
XYZ48.1771.6525.48-
YUV201.0175.5195.9-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.83%
GREEN value IS 242 (94.92% from 255) = 47.83%
BLUE value IS 108 (42.58% from 255) = 21.34%
R=30.83%
G=47.83%
B=21.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1562421080.3600.550.0598.5183.7568.63
Hex9CF26C240375635445
Octal234362154440675143124105
Binary100111001111001011011001001000110111101110001110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,242,108); }

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

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

 a { background-color: rgb(156,242,108); }

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

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

 span { border-color: rgb(156,242,108); }

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