#9AF675

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

Shades of Feijoa #9AF675

Tints of Feijoa #9AF675

Color information

#9AF675 (or 0x9AF675) is unknown color: approx Feijoa. HEX triplet: 9A, F6 and 75. RGB value is (154,246,117). Sum of RGB (Red+Green+Blue) = 154+246+117=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 246 (96.48% from 255 or 47.58% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 246 - color contains mainly: green. Hex color #9AF675 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF675 is #65098A. Grayscale: #CCCCCC. Windows color (decimal): -6621579 or 7730842. OLE color: 7730842.

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

Color convert

RGB154246117-
CMYK0.3700.520.04
HSL102.79º87.76%71.18%-
HSV(B)102.79º52.44%96.47%-
XYZ49.4974.0728.52-
YUV203.7979.0292.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.79%
GREEN value IS 246 (96.48% from 255) = 47.58%
BLUE value IS 117 (46.09% from 255) = 22.63%
R=29.79%
G=47.58%
B=22.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1542461170.3700.520.04102.7987.7671.18
Hex9AF675250344675847
Octal232366165450644147130107
Binary100110101111011011101011001010110100100110011110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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