#9ED472

Color #9ED472 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #9ED472

Tints of Feijoa #9ED472

Color information

#9ED472 (or 0x9ED472) is unknown color: approx Feijoa. HEX triplet: 9E, D4 and 72. RGB value is (158,212,114). Sum of RGB (Red+Green+Blue) = 158+212+114=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED472 is #612B8D. Grayscale: #B9B9B9. Windows color (decimal): -6368142 or 7525534. OLE color: 7525534.

HSL color Cylindrical-coordinate representation of color #9ED472: hue angle of 93.06º 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 #9ED472 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB158212114-
CMYK0.2500.460.17
HSL93.06º53.26%63.92%-
HSV(B)93.06º46.23%83.14%-
XYZ40.6855.5724.5-
YUV184.6888.11108.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.64%
GREEN value IS 212 (83.20% from 255) = 43.80%
BLUE value IS 114 (44.92% from 255) = 23.55%
R=32.64%
G=43.80%
B=23.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1582121140.2500.460.1793.0653.2663.92
Hex9ED4721902E115d3540
Octal236324162310562113565100
Binary100111101101010011100101100101011101000110111011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9ED472;
 }
 .AnyTagClassName
 {
   color: #9ED472;
 }
</style>
background-color css

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

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

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

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

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

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