Html Css Color HEX #9FE170 Feijoa

📋 copy color: '#9FE170'

red 159 ◦ green 225 ◦ blue 112

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

Shades of Feijoa #9FE170

Tints of Feijoa #9FE170

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.36%

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

R = 32.06%
G = 45.36%
B = 22.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#9FE170 (or 0x9FE170) is known color: Feijoa. HEX triplet: 9F, E1 and 70. RGB value is (159,225,112). Sum of RGB (Red+Green+Blue) = 159+225+112=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE170 is #601E8F. Grayscale: #C0C0C0. Windows color (decimal): -6299280 or 7397791. OLE color: 7397791.

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

Color convert

RGB 159 225 112 -
CMYK 0.29 0 0.50 0.12
HSL 95.04º 0.65% 0.66% -
HSV(B) 95.04º 0.5% 0.88% -
XYZ 44.15 62.39 25.05 -
YUV 192.38 82.63 104.19 -
System Red Green Blue C M Y K H S L
Decimal 159 225 112 0.29 0 0.50 0.12 95.04 0.65 0.66
Hex 9F E1 70 1D 0 32 C 5F 41 42
Octal 237 341 160 35 0 62 14 137 101 102
Binary 10011111 11100001 1110000 11101 0 110010 1100 1011111 1000001 1000010

Color Harmonies of #9FE170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE170

Black with #9FE170

Text Example


Text Example

White with #9FE170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,225,112); }

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

background-color css

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

 a { background-color: rgb(159,225,112); }

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

border-color css

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

 span { border-color: rgb(159,225,112); }

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