Html Css Color HEX #9FE96D Feijoa

📋 copy color: '#9FE96D'

red 159 ◦ green 233 ◦ blue 109

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

Shades of Feijoa #9FE96D

Tints of Feijoa #9FE96D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.51%

 BLUE value IS 109 (42.97% from 255) = 21.76%

R = 31.74%
G = 46.51%
B = 21.76%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#9FE96D (or 0x9FE96D) is known color: Feijoa. HEX triplet: 9F, E9 and 6D. RGB value is (159,233,109). Sum of RGB (Red+Green+Blue) = 159+233+109=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE96D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FE96D is #601692. Grayscale: #C5C5C5. Windows color (decimal): -6297235 or 7203231. OLE color: 7203231.

HSL color Cylindrical-coordinate representation of color #9FE96D: hue angle of 95.81º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FE96D is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 159 233 109 -
CMYK 0.32 0 0.53 0.09
HSL 95.81º 0.74% 0.67% -
HSV(B) 95.81º 0.53% 0.91% -
XYZ 46.2 66.75 24.92 -
YUV 196.74 78.48 101.08 -
System Red Green Blue C M Y K H S L
Decimal 159 233 109 0.32 0 0.53 0.09 95.81 0.74 0.67
Hex 9F E9 6D 20 0 35 9 60 4A 43
Octal 237 351 155 40 0 65 11 140 112 103
Binary 10011111 11101001 1101101 100000 0 110101 1001 1100000 1001010 1000011

Color Harmonies of #9FE96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE96D

Black with #9FE96D

Text Example


Text Example

White with #9FE96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,233,109); }

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

background-color css

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

 a { background-color: rgb(159,233,109); }

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

border-color css

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

 span { border-color: rgb(159,233,109); }

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