#9AEC71

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

Shades of Feijoa #9AEC71

Tints of Feijoa #9AEC71

Color information

#9AEC71 (or 0x9AEC71) is unknown color: approx Feijoa. HEX triplet: 9A, EC and 71. RGB value is (154,236,113). Sum of RGB (Red+Green+Blue) = 154+236+113=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #9AEC71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AEC71 is #65138E. Grayscale: #C5C5C5. Windows color (decimal): -6624143 or 7466138. OLE color: 7466138.

HSL color Cylindrical-coordinate representation of color #9AEC71: hue angle of 100º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9AEC71 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB154236113-
CMYK0.3500.520.07
HSL100º76.4%68.43%-
HSV(B)100º52.12%92.55%-
XYZ46.368.0526.32-
YUV197.4680.3397-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.62%
GREEN value IS 236 (92.58% from 255) = 46.92%
BLUE value IS 113 (44.53% from 255) = 22.47%
R=30.62%
G=46.92%
B=22.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542361130.3500.520.0710076.468.43
Hex9AEC71230347644c44
Octal232354161430647144114104
Binary100110101110110011100011000110110100111110010010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,236,113); }

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

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

 a { background-color: rgb(154,236,113); }

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

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

 span { border-color: rgb(154,236,113); }

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