Html Css Color HEX #9FD370 Feijoa

📋 copy color: '#9FD370'

red 159 ◦ green 211 ◦ blue 112

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

Shades of Feijoa #9FD370

Tints of Feijoa #9FD370

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.78%

 BLUE value IS 112 (44.14% from 255) = 23.24%

R = 32.99%
G = 43.78%
B = 23.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#9FD370 (or 0x9FD370) is known color: Feijoa. HEX triplet: 9F, D3 and 70. RGB value is (159,211,112). Sum of RGB (Red+Green+Blue) = 159+211+112=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD370 is #602C8F. Grayscale: #B8B8B8. Windows color (decimal): -6302864 or 7394207. OLE color: 7394207.

HSL color Cylindrical-coordinate representation of color #9FD370: hue angle of 91.52º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FD370 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 159 211 112 -
CMYK 0.25 0 0.47 0.17
HSL 91.52º 0.53% 0.63% -
HSV(B) 91.52º 0.47% 0.83% -
XYZ 40.52 55.13 23.83 -
YUV 184.17 87.27 110.05 -
System Red Green Blue C M Y K H S L
Decimal 159 211 112 0.25 0 0.47 0.17 91.52 0.53 0.63
Hex 9F D3 70 19 0 2F 11 5C 35 3F
Octal 237 323 160 31 0 57 21 134 65 77
Binary 10011111 11010011 1110000 11001 0 101111 10001 1011100 110101 111111

Color Harmonies of #9FD370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD370

Black with #9FD370

Text Example


Text Example

White with #9FD370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,211,112); }

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

background-color css

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

 a { background-color: rgb(159,211,112); }

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

border-color css

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

 span { border-color: rgb(159,211,112); }

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