#9CEE75

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

Shades of Feijoa #9CEE75

Tints of Feijoa #9CEE75

Color information

#9CEE75 (or 0x9CEE75) is unknown color: approx Feijoa. HEX triplet: 9C, EE and 75. RGB value is (156,238,117). Sum of RGB (Red+Green+Blue) = 156+238+117=511 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.53% from 511); Green value is 238 (93.36% from 255 or 46.58% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 238 - color contains mainly: green. Hex color #9CEE75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CEE75 is #63118A. Grayscale: #C8C8C8. Windows color (decimal): -6492555 or 7728796. OLE color: 7728796.

HSL color Cylindrical-coordinate representation of color #9CEE75: hue angle of 100.66º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9CEE75 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB156238117-
CMYK0.3400.510.07
HSL100.66º78.06%69.61%-
HSV(B)100.66º50.84%93.33%-
XYZ47.569.527.74-
YUV199.6981.3396.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.53%
GREEN value IS 238 (93.36% from 255) = 46.58%
BLUE value IS 117 (46.09% from 255) = 22.90%
R=30.53%
G=46.58%
B=22.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562381170.3400.510.07100.6678.0669.61
Hex9CEE75220337654e46
Octal234356165420637145116106
Binary100111001110111011101011000100110011111110010110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,238,117); }

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

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

 a { background-color: rgb(156,238,117); }

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

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

 span { border-color: rgb(156,238,117); }

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