Html Css Color HEX #9FD472 Feijoa

📋 copy color: '#9FD472'

red 159 ◦ green 212 ◦ blue 114

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

Shades of Feijoa #9FD472

Tints of Feijoa #9FD472

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.71%

 BLUE value IS 114 (44.92% from 255) = 23.51%

R = 32.78%
G = 43.71%
B = 23.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#9FD472 (or 0x9FD472) is known color: Feijoa. HEX triplet: 9F, D4 and 72. RGB value is (159,212,114). Sum of RGB (Red+Green+Blue) = 159+212+114=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD472 is #602B8D. Grayscale: #B9B9B9. Windows color (decimal): -6302606 or 7525535. OLE color: 7525535.

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

Color convert

RGB 159 212 114 -
CMYK 0.25 0 0.46 0.17
HSL 92.45º 0.53% 0.64% -
HSV(B) 92.45º 0.46% 0.83% -
XYZ 40.88 55.67 24.51 -
YUV 184.98 87.94 109.47 -
System Red Green Blue C M Y K H S L
Decimal 159 212 114 0.25 0 0.46 0.17 92.45 0.53 0.64
Hex 9F D4 72 19 0 2E 11 5C 35 40
Octal 237 324 162 31 0 56 21 134 65 100
Binary 10011111 11010100 1110010 11001 0 101110 10001 1011100 110101 1000000

Color Harmonies of #9FD472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD472

Black with #9FD472

Text Example


Text Example

White with #9FD472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,212,114); }

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

background-color css

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

 a { background-color: rgb(159,212,114); }

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

border-color css

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

 span { border-color: rgb(159,212,114); }

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