Html Css Color HEX #9FEA72 Feijoa

📋 copy color: '#9FEA72'

red 159 ◦ green 234 ◦ blue 114

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

Shades of Feijoa #9FEA72

Tints of Feijoa #9FEA72

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.15%

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

R = 31.36%
G = 46.15%
B = 22.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#9FEA72 (or 0x9FEA72) is known color: Feijoa. HEX triplet: 9F, EA and 72. RGB value is (159,234,114). Sum of RGB (Red+Green+Blue) = 159+234+114=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEA72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEA72 is #60158D. Grayscale: #C6C6C6. Windows color (decimal): -6296974 or 7531167. OLE color: 7531167.

HSL color Cylindrical-coordinate representation of color #9FEA72: hue angle of 97.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9FEA72 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 234 114 -
CMYK 0.32 0 0.51 0.08
HSL 97.5º 0.74% 0.68% -
HSV(B) 97.5º 0.51% 0.92% -
XYZ 46.76 67.43 26.47 -
YUV 197.9 80.65 100.26 -
System Red Green Blue C M Y K H S L
Decimal 159 234 114 0.32 0 0.51 0.08 97.5 0.74 0.68
Hex 9F EA 72 20 0 33 8 62 4A 44
Octal 237 352 162 40 0 63 10 142 112 104
Binary 10011111 11101010 1110010 100000 0 110011 1000 1100010 1001010 1000100

Color Harmonies of #9FEA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEA72

Black with #9FEA72

Text Example


Text Example

White with #9FEA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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