Html Css Color HEX #9FFB72 Feijoa

📋 copy color: '#9FFB72'

red 159 ◦ green 251 ◦ blue 114

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

Shades of Feijoa #9FFB72

Tints of Feijoa #9FFB72

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.9%

 BLUE value IS 114 (44.92% from 255) = 21.76%

R = 30.34%
G = 47.9%
B = 21.76%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#9FFB72 (or 0x9FFB72) is known color: Feijoa. HEX triplet: 9F, FB and 72. RGB value is (159,251,114). Sum of RGB (Red+Green+Blue) = 159+251+114=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 251 (98.44% from 255 or 47.90% from 524); Blue value is 114 (44.92% from 255 or 21.76% from 524); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFB72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFB72 is #60048D. Grayscale: #D0D0D0. Windows color (decimal): -6292622 or 7535519. OLE color: 7535519.

HSL color Cylindrical-coordinate representation of color #9FFB72: hue angle of 100.29º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FFB72 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 251 114 -
CMYK 0.37 0 0.55 0.02
HSL 100.29º 0.94% 0.72% -
HSV(B) 100.29º 0.55% 0.98% -
XYZ 51.83 77.58 28.16 -
YUV 207.87 75.02 93.14 -
System Red Green Blue C M Y K H S L
Decimal 159 251 114 0.37 0 0.55 0.02 100.29 0.94 0.72
Hex 9F FB 72 25 0 37 2 64 5E 48
Octal 237 373 162 45 0 67 2 144 136 110
Binary 10011111 11111011 1110010 100101 0 110111 10 1100100 1011110 1001000

Color Harmonies of #9FFB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFB72

Black with #9FFB72

Text Example


Text Example

White with #9FFB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,251,114); }

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

background-color css

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

 a { background-color: rgb(159,251,114); }

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

border-color css

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

 span { border-color: rgb(159,251,114); }

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