Html Css Color HEX #9EFE70 Feijoa

📋 copy color: '#9EFE70'

red 158 ◦ green 254 ◦ blue 112

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

Shades of Feijoa #9EFE70

Tints of Feijoa #9EFE70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.37%

R = 30.15%
G = 48.47%
B = 21.37%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#9EFE70 (or 0x9EFE70) is known color: Feijoa. HEX triplet: 9E, FE and 70. RGB value is (158,254,112). Sum of RGB (Red+Green+Blue) = 158+254+112=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFE70 is #61018F. Grayscale: #D1D1D1. Windows color (decimal): -6357392 or 7405214. OLE color: 7405214.

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

Color convert

RGB 158 254 112 -
CMYK 0.38 0 0.56 0.00
HSL 100.56º 0.99% 0.72% -
HSV(B) 100.56º 0.56% 1% -
XYZ 52.47 79.32 27.87 -
YUV 209.11 73.2 91.55 -
System Red Green Blue C M Y K H S L
Decimal 158 254 112 0.38 0 0.56 0.00 100.56 0.99 0.72
Hex 9E FE 70 26 0 38 0 65 63 48
Octal 236 376 160 46 0 70 0 145 143 110
Binary 10011110 11111110 1110000 100110 0 111000 0 1100101 1100011 1001000

Color Harmonies of #9EFE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFE70

Black with #9EFE70

Text Example


Text Example

White with #9EFE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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