Html Css Color HEX #9FFF72 Feijoa

📋 copy color: '#9FFF72'

red 159 ◦ green 255 ◦ blue 114

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

Shades of Feijoa #9FFF72

Tints of Feijoa #9FFF72

RGB

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

 GREEN value IS 255 (100% from 255) = 48.3%

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

R = 30.11%
G = 48.3%
B = 21.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#9FFF72 (or 0x9FFF72) is known color: Feijoa. HEX triplet: 9F, FF and 72. RGB value is (159,255,114). Sum of RGB (Red+Green+Blue) = 159+255+114=528 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.11% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFF72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFF72 is #60008D. Grayscale: #D2D2D2. Windows color (decimal): -6291598 or 7536543. OLE color: 7536543.

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

Color convert

RGB 159 255 114 -
CMYK 0.38 0 0.55 0
HSL 100.85º 1% 0.72% -
HSV(B) 100.85º 0.55% 1% -
XYZ 53.1 80.11 28.58 -
YUV 210.22 73.7 91.46 -
System Red Green Blue C M Y K H S L
Decimal 159 255 114 0.38 0 0.55 0 100.85 1 0.72
Hex 9F FF 72 26 0 37 0 65 64 48
Octal 237 377 162 46 0 67 0 145 144 110
Binary 10011111 11111111 1110010 100110 0 110111 0 1100101 1100100 1001000

Color Harmonies of #9FFF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFF72

Black with #9FFF72

Text Example


Text Example

White with #9FFF72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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