Html Css Color HEX #9CF476 Feijoa

📋 copy color: '#9CF476'

red 156 ◦ green 244 ◦ blue 118

#9CF476
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #9CF476

Tints of Feijoa #9CF476

RGB

 RED value IS 156 (61.33% from 255) = 30.12%

 GREEN value IS 244 (95.7% from 255) = 47.1%

 BLUE value IS 118 (46.48% from 255) = 22.78%

R = 30.12%
G = 47.1%
B = 22.78%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#9CF476 (or 0x9CF476) is known color: Feijoa. HEX triplet: 9C, F4 and 76. RGB value is (156,244,118). Sum of RGB (Red+Green+Blue) = 156+244+118=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 244 (95.70% from 255 or 47.10% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 244 - color contains mainly: green. Hex color #9CF476 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF476 is #630B89. Grayscale: #CBCBCB. Windows color (decimal): -6491018 or 7795868. OLE color: 7795868.

HSL color Cylindrical-coordinate representation of color #9CF476: hue angle of 101.9º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9CF476 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 156 244 118 -
CMYK 0.36 0 0.52 0.04
HSL 101.9º 0.85% 0.71% -
HSV(B) 101.9º 0.52% 0.96% -
XYZ 49.33 73.08 28.64 -
YUV 203.32 79.85 94.25 -
System Red Green Blue C M Y K H S L
Decimal 156 244 118 0.36 0 0.52 0.04 101.9 0.85 0.71
Hex 9C F4 76 24 0 34 4 66 55 47
Octal 234 364 166 44 0 64 4 146 125 107
Binary 10011100 11110100 1110110 100100 0 110100 100 1100110 1010101 1000111

Color Harmonies of #9CF476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF476

Black with #9CF476

Text Example


Text Example

White with #9CF476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,244,118); }

 H1.HeaderClassName
 {
   color: #9CF476;
 }
 .AnyTagClassName
 {
   color: #9CF476;
 }
</style>

background-color css

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

 a { background-color: rgb(156,244,118); }

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

border-color css

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

 span { border-color: rgb(156,244,118); }

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