Html Css Color HEX #9FE378 Feijoa

📋 copy color: '#9FE378'

red 159 ◦ green 227 ◦ blue 120

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

Shades of Feijoa #9FE378

Tints of Feijoa #9FE378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.72%

R = 31.42%
G = 44.86%
B = 23.72%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#9FE378 (or 0x9FE378) is known color: Feijoa. HEX triplet: 9F, E3 and 78. RGB value is (159,227,120). Sum of RGB (Red+Green+Blue) = 159+227+120=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 227 (89.06% from 255 or 44.86% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE378 is #601C87. Grayscale: #C2C2C2. Windows color (decimal): -6298760 or 7922591. OLE color: 7922591.

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

Color convert

RGB 159 227 120 -
CMYK 0.30 0 0.47 0.11
HSL 98.13º 0.66% 0.68% -
HSV(B) 98.13º 0.47% 0.89% -
XYZ 45.16 63.67 27.68 -
YUV 194.47 85.97 102.7 -
System Red Green Blue C M Y K H S L
Decimal 159 227 120 0.30 0 0.47 0.11 98.13 0.66 0.68
Hex 9F E3 78 1E 0 2F B 62 42 44
Octal 237 343 170 36 0 57 13 142 102 104
Binary 10011111 11100011 1111000 11110 0 101111 1011 1100010 1000010 1000100

Color Harmonies of #9FE378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE378

Black with #9FE378

Text Example


Text Example

White with #9FE378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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