#9CFF69

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

Shades of Feijoa #9CFF69

Tints of Feijoa #9CFF69

Color information

#9CFF69 (or 0x9CFF69) is unknown color: approx Feijoa. HEX triplet: 9C, FF and 69. RGB value is (156,255,105). Sum of RGB (Red+Green+Blue) = 156+255+105=516 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.23% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 105 (41.41% from 255 or 20.35% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFF69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFF69 is #630096. Grayscale: #D0D0D0. Windows color (decimal): -6488215 or 6946716. OLE color: 6946716.

HSL color Cylindrical-coordinate representation of color #9CFF69: hue angle of 99.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9CFF69 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.

Color convert

RGB156255105-
CMYK0.3900.590
HSL99.6º100%70.59%-
HSV(B)99.6º58.82%100%-
XYZ52.0279.6125.99-
YUV208.369.790.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.23%
GREEN value IS 255 (100% from 255) = 49.42%
BLUE value IS 105 (41.41% from 255) = 20.35%
R=30.23%
G=49.42%
B=20.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1562551050.3900.59099.610070.59
Hex9CFF692703B0646447
Octal234377151470730144144107
Binary1001110011111111110100110011101110110110010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,255,105); }

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

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

 a { background-color: rgb(156,255,105); }

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

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

 span { border-color: rgb(156,255,105); }

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