#9AE675

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

Shades of Feijoa #9AE675

Tints of Feijoa #9AE675

Color information

#9AE675 (or 0x9AE675) is unknown color: approx Feijoa. HEX triplet: 9A, E6 and 75. RGB value is (154,230,117). Sum of RGB (Red+Green+Blue) = 154+230+117=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 230 (90.23% from 255 or 45.91% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 230 - color contains mainly: green. Hex color #9AE675 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AE675 is #65198A. Grayscale: #C2C2C2. Windows color (decimal): -6625675 or 7726746. OLE color: 7726746.

HSL color Cylindrical-coordinate representation of color #9AE675: hue angle of 100.35º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9AE675 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB154230117-
CMYK0.3300.490.10
HSL100.35º69.33%68.04%-
HSV(B)100.35º49.13%90.2%-
XYZ44.8364.7526.96-
YUV194.3984.3299.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.74%
GREEN value IS 230 (90.23% from 255) = 45.91%
BLUE value IS 117 (46.09% from 255) = 23.35%
R=30.74%
G=45.91%
B=23.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1542301170.3300.490.10100.3569.3368.04
Hex9AE67521031A644544
Octal2323461654106112144105104
Binary1001101011100110111010110000101100011010110010010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,230,117); }

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

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

 a { background-color: rgb(154,230,117); }

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

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

 span { border-color: rgb(154,230,117); }

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