#9CF96A

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

Shades of Feijoa #9CF96A

Tints of Feijoa #9CF96A

Color information

#9CF96A (or 0x9CF96A) is unknown color: approx Feijoa. HEX triplet: 9C, F9 and 6A. RGB value is (156,249,106). Sum of RGB (Red+Green+Blue) = 156+249+106=511 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.53% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #9CF96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF96A is #630695. Grayscale: #CDCDCD. Windows color (decimal): -6489750 or 7010716. OLE color: 7010716.

HSL color Cylindrical-coordinate representation of color #9CF96A: hue angle of 99.02º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9CF96A is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB156249106-
CMYK0.3700.570.02
HSL99.02º92.26%69.61%-
HSV(B)99.02º57.43%97.65%-
XYZ50.1975.8625.63-
YUV204.8972.1993.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.53%
GREEN value IS 249 (97.66% from 255) = 48.73%
BLUE value IS 106 (41.80% from 255) = 20.74%
R=30.53%
G=48.73%
B=20.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562491060.3700.570.0299.0292.2669.61
Hex9CF96A250392635c46
Octal234371152450712143134106
Binary10011100111110011101010100101011100110110001110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,249,106); }

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

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

 a { background-color: rgb(156,249,106); }

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

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

 span { border-color: rgb(156,249,106); }

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