Html Css Color HEX #9FEB76 Feijoa

📋 copy color: '#9FEB76'

red 159 ◦ green 235 ◦ blue 118

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

Shades of Feijoa #9FEB76

Tints of Feijoa #9FEB76

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.9%

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

R = 31.05%
G = 45.9%
B = 23.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#9FEB76 (or 0x9FEB76) is known color: Feijoa. HEX triplet: 9F, EB and 76. RGB value is (159,235,118). Sum of RGB (Red+Green+Blue) = 159+235+118=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEB76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEB76 is #601489. Grayscale: #C7C7C7. Windows color (decimal): -6296714 or 7793567. OLE color: 7793567.

HSL color Cylindrical-coordinate representation of color #9FEB76: hue angle of 98.97º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FEB76 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 235 118 -
CMYK 0.32 0 0.50 0.08
HSL 98.97º 0.75% 0.69% -
HSV(B) 98.97º 0.5% 0.92% -
XYZ 47.28 68.1 27.79 -
YUV 198.94 82.32 99.51 -
System Red Green Blue C M Y K H S L
Decimal 159 235 118 0.32 0 0.50 0.08 98.97 0.75 0.69
Hex 9F EB 76 20 0 32 8 63 4B 45
Octal 237 353 166 40 0 62 10 143 113 105
Binary 10011111 11101011 1110110 100000 0 110010 1000 1100011 1001011 1000101

Color Harmonies of #9FEB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEB76

Black with #9FEB76

Text Example


Text Example

White with #9FEB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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