#9AEA69

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

Shades of Feijoa #9AEA69

Tints of Feijoa #9AEA69

Color information

#9AEA69 (or 0x9AEA69) is unknown color: approx Feijoa. HEX triplet: 9A, EA and 69. RGB value is (154,234,105). Sum of RGB (Red+Green+Blue) = 154+234+105=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #9AEA69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AEA69 is #651596. Grayscale: #C3C3C3. Windows color (decimal): -6624663 or 6941338. OLE color: 6941338.

HSL color Cylindrical-coordinate representation of color #9AEA69: hue angle of 97.21º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9AEA69 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB154234105-
CMYK0.3400.550.08
HSL97.21º75.44%66.47%-
HSV(B)97.21º55.13%91.76%-
XYZ45.366.7423.86-
YUV195.377798.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.24%
GREEN value IS 234 (91.80% from 255) = 47.46%
BLUE value IS 105 (41.41% from 255) = 21.30%
R=31.24%
G=47.46%
B=21.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542341050.3400.550.0897.2175.4466.47
Hex9AEA69220378614b42
Octal2323521514206710141113102
Binary1001101011101010110100110001001101111000110000110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,234,105); }

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

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

 a { background-color: rgb(154,234,105); }

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

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

 span { border-color: rgb(154,234,105); }

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