#9CF066

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

Shades of Feijoa #9CF066

Tints of Feijoa #9CF066

Color information

#9CF066 (or 0x9CF066) is unknown color: approx Feijoa. HEX triplet: 9C, F0 and 66. RGB value is (156,240,102). Sum of RGB (Red+Green+Blue) = 156+240+102=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF066 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF066 is #630F99. Grayscale: #C7C7C7. Windows color (decimal): -6492058 or 6746268. OLE color: 6746268.

HSL color Cylindrical-coordinate representation of color #9CF066: hue angle of 96.52º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9CF066 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB156240102-
CMYK0.3500.580.06
HSL96.52º82.14%67.06%-
HSV(B)96.52º57.5%94.12%-
XYZ47.2770.3523.66-
YUV199.1573.1797.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.33%
GREEN value IS 240 (94.14% from 255) = 48.19%
BLUE value IS 102 (40.23% from 255) = 20.48%
R=31.33%
G=48.19%
B=20.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1562401020.3500.580.0696.5282.1467.06
Hex9CF0662303A6615243
Octal234360146430726141122103
Binary100111001111000011001101000110111010110110000110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,240,102); }

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

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

 a { background-color: rgb(156,240,102); }

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

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

 span { border-color: rgb(156,240,102); }

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