#9CF07D

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

Shades of Feijoa #9CF07D

Tints of Feijoa #9CF07D

Color information

#9CF07D (or 0x9CF07D) is unknown color: approx Feijoa. HEX triplet: 9C, F0 and 7D. RGB value is (156,240,125). Sum of RGB (Red+Green+Blue) = 156+240+125=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF07D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF07D is #630F82. Grayscale: #CACACA. Windows color (decimal): -6492035 or 8253596. OLE color: 8253596.

HSL color Cylindrical-coordinate representation of color #9CF07D: hue angle of 103.83º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CF07D is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB156240125-
CMYK0.3500.480.06
HSL103.83º79.31%71.57%-
HSV(B)103.83º47.92%94.12%-
XYZ48.5770.8730.52-
YUV201.7784.6795.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.94%
GREEN value IS 240 (94.14% from 255) = 46.07%
BLUE value IS 125 (49.22% from 255) = 23.99%
R=29.94%
G=46.07%
B=23.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1562401250.3500.480.06103.8379.3171.57
Hex9CF07D230306684f48
Octal234360175430606150117110
Binary100111001111000011111011000110110000110110100010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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