#9AF66C

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

Shades of Feijoa #9AF66C

Tints of Feijoa #9AF66C

Color information

#9AF66C (or 0x9AF66C) is unknown color: approx Feijoa. HEX triplet: 9A, F6 and 6C. RGB value is (154,246,108). Sum of RGB (Red+Green+Blue) = 154+246+108=508 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.31% from 508); Green value is 246 (96.48% from 255 or 48.43% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 246 - color contains mainly: green. Hex color #9AF66C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF66C is #650993. Grayscale: #CBCBCB. Windows color (decimal): -6621588 or 7141018. OLE color: 7141018.

HSL color Cylindrical-coordinate representation of color #9AF66C: hue angle of 100º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9AF66C is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB154246108-
CMYK0.3700.560.04
HSL100º88.46%69.41%-
HSV(B)100º56.1%96.47%-
XYZ48.9973.8625.86-
YUV202.7674.5293.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.31%
GREEN value IS 246 (96.48% from 255) = 48.43%
BLUE value IS 108 (42.58% from 255) = 21.26%
R=30.31%
G=48.43%
B=21.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1542461080.3700.560.0410088.4669.41
Hex9AF66C250384645845
Octal232366154450704144130105
Binary100110101111011011011001001010111000100110010010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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