#9AE070

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

Shades of Feijoa #9AE070

Tints of Feijoa #9AE070

Color information

#9AE070 (or 0x9AE070) is unknown color: approx Feijoa. HEX triplet: 9A, E0 and 70. RGB value is (154,224,112). Sum of RGB (Red+Green+Blue) = 154+224+112=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #9AE070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AE070 is #651F8F. Grayscale: #BEBEBE. Windows color (decimal): -6627216 or 7397530. OLE color: 7397530.

HSL color Cylindrical-coordinate representation of color #9AE070: hue angle of 97.5º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9AE070 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB154224112-
CMYK0.3100.500.12
HSL97.5º64.37%65.88%-
HSV(B)97.5º50%87.84%-
XYZ42.9161.3524.91-
YUV190.383.81102.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.43%
GREEN value IS 224 (87.89% from 255) = 45.71%
BLUE value IS 112 (44.14% from 255) = 22.86%
R=31.43%
G=45.71%
B=22.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1542241120.3100.500.1297.564.3765.88
Hex9AE0701F032C624042
Octal2323401603706214142100102
Binary100110101110000011100001111101100101100110001010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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