Html Css Color HEX #9FE384 Feijoa

📋 copy color: '#9FE384'

red 159 ◦ green 227 ◦ blue 132

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

Shades of Feijoa #9FE384

Tints of Feijoa #9FE384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.48%

R = 30.69%
G = 43.82%
B = 25.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#9FE384 (or 0x9FE384) is known color: Feijoa. HEX triplet: 9F, E3 and 84. RGB value is (159,227,132). Sum of RGB (Red+Green+Blue) = 159+227+132=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE384 is #601C7B. Grayscale: #C4C4C4. Windows color (decimal): -6298748 or 8709023. OLE color: 8709023.

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

Color convert

RGB 159 227 132 -
CMYK 0.30 0 0.42 0.11
HSL 102.95º 0.63% 0.7% -
HSV(B) 102.95º 0.42% 0.89% -
XYZ 45.93 63.98 31.76 -
YUV 195.84 91.97 101.72 -
System Red Green Blue C M Y K H S L
Decimal 159 227 132 0.30 0 0.42 0.11 102.95 0.63 0.7
Hex 9F E3 84 1E 0 2A B 67 3F 46
Octal 237 343 204 36 0 52 13 147 77 106
Binary 10011111 11100011 10000100 11110 0 101010 1011 1100111 111111 1000110

Color Harmonies of #9FE384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE384

Black with #9FE384

Text Example


Text Example

White with #9FE384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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