Html Css Color HEX #9FE275 Feijoa

📋 copy color: '#9FE275'

red 159 ◦ green 226 ◦ blue 117

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

Shades of Feijoa #9FE275

Tints of Feijoa #9FE275

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.02%

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

R = 31.67%
G = 45.02%
B = 23.31%

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

#9FE275 (or 0x9FE275) is known color: Feijoa. HEX triplet: 9F, E2 and 75. RGB value is (159,226,117). Sum of RGB (Red+Green+Blue) = 159+226+117=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 226 (88.67% from 255 or 45.02% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 226 - color contains mainly: green. Hex color #9FE275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE275 is #601D8A. Grayscale: #C1C1C1. Windows color (decimal): -6299019 or 7725727. OLE color: 7725727.

HSL color Cylindrical-coordinate representation of color #9FE275: hue angle of 96.88º degrees, saturation: 0.65, 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 #9FE275 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 159 226 117 -
CMYK 0.30 0 0.48 0.11
HSL 96.88º 0.65% 0.67% -
HSV(B) 96.88º 0.48% 0.89% -
XYZ 44.71 63.05 26.64 -
YUV 193.54 84.8 103.36 -
System Red Green Blue C M Y K H S L
Decimal 159 226 117 0.30 0 0.48 0.11 96.88 0.65 0.67
Hex 9F E2 75 1E 0 30 B 61 41 43
Octal 237 342 165 36 0 60 13 141 101 103
Binary 10011111 11100010 1110101 11110 0 110000 1011 1100001 1000001 1000011

Color Harmonies of #9FE275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE275

Black with #9FE275

Text Example


Text Example

White with #9FE275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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