#9ED272

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

Shades of Feijoa #9ED272

Tints of Feijoa #9ED272

Color information

#9ED272 (or 0x9ED272) is unknown color: approx Feijoa. HEX triplet: 9E, D2 and 72. RGB value is (158,210,114). Sum of RGB (Red+Green+Blue) = 158+210+114=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED272 is #612D8D. Grayscale: #B7B7B7. Windows color (decimal): -6368654 or 7525022. OLE color: 7525022.

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

Color convert

RGB158210114-
CMYK0.2500.460.18
HSL92.5º51.61%63.53%-
HSV(B)92.5º45.71%82.35%-
XYZ40.1854.5824.34-
YUV183.5188.77109.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.78%
GREEN value IS 210 (82.42% from 255) = 43.57%
BLUE value IS 114 (44.92% from 255) = 23.65%
R=32.78%
G=43.57%
B=23.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1582101140.2500.460.1892.551.6163.53
Hex9ED2721902E125c3440
Octal236322162310562213464100
Binary100111101101001011100101100101011101001010111001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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