#9AE470

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

Shades of Feijoa #9AE470

Tints of Feijoa #9AE470

Color information

#9AE470 (or 0x9AE470) is unknown color: approx Feijoa. HEX triplet: 9A, E4 and 70. RGB value is (154,228,112). Sum of RGB (Red+Green+Blue) = 154+228+112=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 228 - color contains mainly: green. Hex color #9AE470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AE470 is #651B8F. Grayscale: #C1C1C1. Windows color (decimal): -6626192 or 7398554. OLE color: 7398554.

HSL color Cylindrical-coordinate representation of color #9AE470: hue angle of 98.28º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9AE470 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB154228112-
CMYK0.3200.510.11
HSL98.28º68.24%66.67%-
HSV(B)98.28º50.88%89.41%-
XYZ43.9963.5325.27-
YUV192.6582.48100.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.17%
GREEN value IS 228 (89.45% from 255) = 46.15%
BLUE value IS 112 (44.14% from 255) = 22.67%
R=31.17%
G=46.15%
B=22.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1542281120.3200.510.1198.2868.2466.67
Hex9AE47020033B624443
Octal2323441604006313142104103
Binary1001101011100100111000010000001100111011110001010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,228,112); }

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

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

 a { background-color: rgb(154,228,112); }

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

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

 span { border-color: rgb(154,228,112); }

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