Html Css Color HEX #9FD276 Feijoa

📋 copy color: '#9FD276'

red 159 ◦ green 210 ◦ blue 118

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

Shades of Feijoa #9FD276

Tints of Feijoa #9FD276

RGB

 RED value IS 159 (62.5% from 255) = 32.65%

 GREEN value IS 210 (82.42% from 255) = 43.12%

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

R = 32.65%
G = 43.12%
B = 24.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#9FD276 (or 0x9FD276) is known color: Feijoa. HEX triplet: 9F, D2 and 76. RGB value is (159,210,118). Sum of RGB (Red+Green+Blue) = 159+210+118=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD276 is #602D89. Grayscale: #B8B8B8. Windows color (decimal): -6303114 or 7787167. OLE color: 7787167.

HSL color Cylindrical-coordinate representation of color #9FD276: hue angle of 93.26º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9FD276 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 159 210 118 -
CMYK 0.24 0 0.44 0.18
HSL 93.26º 0.51% 0.64% -
HSV(B) 93.26º 0.44% 0.82% -
XYZ 40.61 54.77 25.57 -
YUV 184.26 90.6 109.98 -
System Red Green Blue C M Y K H S L
Decimal 159 210 118 0.24 0 0.44 0.18 93.26 0.51 0.64
Hex 9F D2 76 18 0 2C 12 5D 33 40
Octal 237 322 166 30 0 54 22 135 63 100
Binary 10011111 11010010 1110110 11000 0 101100 10010 1011101 110011 1000000

Color Harmonies of #9FD276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD276

Black with #9FD276

Text Example


Text Example

White with #9FD276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,210,118); }

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

background-color css

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

 a { background-color: rgb(159,210,118); }

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

border-color css

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

 span { border-color: rgb(159,210,118); }

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