#9AED6C

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

Shades of Feijoa #9AED6C

Tints of Feijoa #9AED6C

Color information

#9AED6C (or 0x9AED6C) is unknown color: approx Feijoa. HEX triplet: 9A, ED and 6C. RGB value is (154,237,108). Sum of RGB (Red+Green+Blue) = 154+237+108=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #9AED6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AED6C is #651293. Grayscale: #C5C5C5. Windows color (decimal): -6623892 or 7138714. OLE color: 7138714.

HSL color Cylindrical-coordinate representation of color #9AED6C: hue angle of 98.6º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9AED6C is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB154237108-
CMYK0.3500.540.07
HSL98.6º78.18%67.65%-
HSV(B)98.6º54.43%92.94%-
XYZ46.3268.5224.97-
YUV197.4877.596.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.86%
GREEN value IS 237 (92.97% from 255) = 47.49%
BLUE value IS 108 (42.58% from 255) = 21.64%
R=30.86%
G=47.49%
B=21.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542371080.3500.540.0798.678.1867.65
Hex9AED6C230367634e44
Octal232355154430667143116104
Binary100110101110110111011001000110110110111110001110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AED6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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