Html Css Color HEX #9FE072 Feijoa

📋 copy color: '#9FE072'

red 159 ◦ green 224 ◦ blue 114

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

Shades of Feijoa #9FE072

Tints of Feijoa #9FE072

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.07%

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

R = 31.99%
G = 45.07%
B = 22.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#9FE072 (or 0x9FE072) is known color: Feijoa. HEX triplet: 9F, E0 and 72. RGB value is (159,224,114). Sum of RGB (Red+Green+Blue) = 159+224+114=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE072 is #601F8D. Grayscale: #C0C0C0. Windows color (decimal): -6299534 or 7528607. OLE color: 7528607.

HSL color Cylindrical-coordinate representation of color #9FE072: hue angle of 95.45º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FE072 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 224 114 -
CMYK 0.29 0 0.49 0.12
HSL 95.45º 0.64% 0.66% -
HSV(B) 95.45º 0.49% 0.88% -
XYZ 43.99 61.9 25.55 -
YUV 192.03 83.97 104.44 -
System Red Green Blue C M Y K H S L
Decimal 159 224 114 0.29 0 0.49 0.12 95.45 0.64 0.66
Hex 9F E0 72 1D 0 31 C 5F 40 42
Octal 237 340 162 35 0 61 14 137 100 102
Binary 10011111 11100000 1110010 11101 0 110001 1100 1011111 1000000 1000010

Color Harmonies of #9FE072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE072

Black with #9FE072

Text Example


Text Example

White with #9FE072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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