Html Css Color HEX #9FE375 Feijoa

📋 copy color: '#9FE375'

red 159 ◦ green 227 ◦ blue 117

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

Shades of Feijoa #9FE375

Tints of Feijoa #9FE375

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.13%

 BLUE value IS 117 (46.09% from 255) = 23.26%

R = 31.61%
G = 45.13%
B = 23.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#9FE375 (or 0x9FE375) is known color: Feijoa. HEX triplet: 9F, E3 and 75. RGB value is (159,227,117). Sum of RGB (Red+Green+Blue) = 159+227+117=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE375 is #601C8A. Grayscale: #C2C2C2. Windows color (decimal): -6298763 or 7725983. OLE color: 7725983.

HSL color Cylindrical-coordinate representation of color #9FE375: hue angle of 97.09º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FE375 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 159 227 117 -
CMYK 0.30 0 0.48 0.11
HSL 97.09º 0.66% 0.67% -
HSV(B) 97.09º 0.48% 0.89% -
XYZ 44.98 63.59 26.73 -
YUV 194.13 84.47 102.94 -
System Red Green Blue C M Y K H S L
Decimal 159 227 117 0.30 0 0.48 0.11 97.09 0.66 0.67
Hex 9F E3 75 1E 0 30 B 61 42 43
Octal 237 343 165 36 0 60 13 141 102 103
Binary 10011111 11100011 1110101 11110 0 110000 1011 1100001 1000010 1000011

Color Harmonies of #9FE375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE375

Black with #9FE375

Text Example


Text Example

White with #9FE375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,227,117); }

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

background-color css

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

 a { background-color: rgb(159,227,117); }

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

border-color css

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

 span { border-color: rgb(159,227,117); }

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