#9CF26B

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

Shades of Feijoa #9CF26B

Tints of Feijoa #9CF26B

Color information

#9CF26B (or 0x9CF26B) is unknown color: approx Feijoa. HEX triplet: 9C, F2 and 6B. RGB value is (156,242,107). Sum of RGB (Red+Green+Blue) = 156+242+107=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #9CF26B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF26B is #630D94. Grayscale: #C9C9C9. Windows color (decimal): -6491541 or 7074460. OLE color: 7074460.

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

Color convert

RGB156242107-
CMYK0.3600.560.05
HSL98.22º83.85%68.43%-
HSV(B)98.22º55.79%94.9%-
XYZ48.1271.6325.2-
YUV200.975.0195.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.89%
GREEN value IS 242 (94.92% from 255) = 47.92%
BLUE value IS 107 (42.19% from 255) = 21.19%
R=30.89%
G=47.92%
B=21.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1562421070.3600.560.0598.2283.8568.43
Hex9CF26B240385625444
Octal234362153440705142124104
Binary100111001111001011010111001000111000101110001010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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