Html Css Color HEX #9FE16B Feijoa

📋 copy color: '#9FE16B'

red 159 ◦ green 225 ◦ blue 107

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

Shades of Feijoa #9FE16B

Tints of Feijoa #9FE16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.79%

R = 32.38%
G = 45.82%
B = 21.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#9FE16B (or 0x9FE16B) is known color: Feijoa. HEX triplet: 9F, E1 and 6B. RGB value is (159,225,107). Sum of RGB (Red+Green+Blue) = 159+225+107=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE16B is #601E94. Grayscale: #C0C0C0. Windows color (decimal): -6299285 or 7070111. OLE color: 7070111.

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

Color convert

RGB 159 225 107 -
CMYK 0.29 0 0.52 0.12
HSL 93.56º 0.66% 0.65% -
HSV(B) 93.56º 0.52% 0.88% -
XYZ 43.88 62.28 23.62 -
YUV 191.81 80.13 104.59 -
System Red Green Blue C M Y K H S L
Decimal 159 225 107 0.29 0 0.52 0.12 93.56 0.66 0.65
Hex 9F E1 6B 1D 0 34 C 5E 42 41
Octal 237 341 153 35 0 64 14 136 102 101
Binary 10011111 11100001 1101011 11101 0 110100 1100 1011110 1000010 1000001

Color Harmonies of #9FE16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE16B

Black with #9FE16B

Text Example


Text Example

White with #9FE16B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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