#9AEB6C

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

Shades of Feijoa #9AEB6C

Tints of Feijoa #9AEB6C

Color information

#9AEB6C (or 0x9AEB6C) is unknown color: approx Feijoa. HEX triplet: 9A, EB and 6C. RGB value is (154,235,108). Sum of RGB (Red+Green+Blue) = 154+235+108=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEB6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AEB6C is #651493. Grayscale: #C4C4C4. Windows color (decimal): -6624404 or 7138202. OLE color: 7138202.

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

Color convert

RGB154235108-
CMYK0.3400.540.08
HSL98.27º76.05%67.25%-
HSV(B)98.27º54.04%92.16%-
XYZ45.7467.3724.78-
YUV196.378.1697.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.99%
GREEN value IS 235 (92.19% from 255) = 47.28%
BLUE value IS 108 (42.58% from 255) = 21.73%
R=30.99%
G=47.28%
B=21.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542351080.3400.540.0898.2776.0567.25
Hex9AEB6C220368624c43
Octal2323531544206610142114103
Binary1001101011101011110110010001001101101000110001010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,235,108); }

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

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

 a { background-color: rgb(154,235,108); }

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

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

 span { border-color: rgb(154,235,108); }

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