#9CF168

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

Shades of Feijoa #9CF168

Tints of Feijoa #9CF168

Color information

#9CF168 (or 0x9CF168) is unknown color: approx Feijoa. HEX triplet: 9C, F1 and 68. RGB value is (156,241,104). Sum of RGB (Red+Green+Blue) = 156+241+104=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #9CF168 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF168 is #630E97. Grayscale: #C8C8C8. Windows color (decimal): -6491800 or 6877596. OLE color: 6877596.

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

Color convert

RGB156241104-
CMYK0.3500.570.05
HSL97.23º83.03%67.65%-
HSV(B)97.23º56.85%94.51%-
XYZ47.6670.9824.28-
YUV199.9773.8496.64-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.14%
GREEN value IS 241 (94.53% from 255) = 48.10%
BLUE value IS 104 (41.02% from 255) = 20.76%
R=31.14%
G=48.10%
B=20.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1562411040.3500.570.0597.2383.0367.65
Hex9CF168230395615344
Octal234361150430715141123104
Binary100111001111000111010001000110111001101110000110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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