Html Css Color HEX #9EFE72 Feijoa

📋 copy color: '#9EFE72'

red 158 ◦ green 254 ◦ blue 114

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

Shades of Feijoa #9EFE72

Tints of Feijoa #9EFE72

RGB

 RED value IS 158 (62.11% from 255) = 30.04%

 GREEN value IS 254 (99.61% from 255) = 48.29%

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

R = 30.04%
G = 48.29%
B = 21.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#9EFE72 (or 0x9EFE72) is known color: Feijoa. HEX triplet: 9E, FE and 72. RGB value is (158,254,114). Sum of RGB (Red+Green+Blue) = 158+254+114=526 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.04% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFE72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFE72 is #61018D. Grayscale: #D1D1D1. Windows color (decimal): -6357390 or 7536286. OLE color: 7536286.

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

Color convert

RGB 158 254 114 -
CMYK 0.38 0 0.55 0.00
HSL 101.14º 0.99% 0.72% -
HSV(B) 101.14º 0.55% 1% -
XYZ 52.58 79.37 28.47 -
YUV 209.34 74.2 91.38 -
System Red Green Blue C M Y K H S L
Decimal 158 254 114 0.38 0 0.55 0.00 101.14 0.99 0.72
Hex 9E FE 72 26 0 37 0 65 63 48
Octal 236 376 162 46 0 67 0 145 143 110
Binary 10011110 11111110 1110010 100110 0 110111 0 1100101 1100011 1001000

Color Harmonies of #9EFE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFE72

Black with #9EFE72

Text Example


Text Example

White with #9EFE72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,254,114); }

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

background-color css

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

 a { background-color: rgb(158,254,114); }

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

border-color css

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

 span { border-color: rgb(158,254,114); }

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