#9AF175

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

Shades of Feijoa #9AF175

Tints of Feijoa #9AF175

Color information

#9AF175 (or 0x9AF175) is unknown color: approx Feijoa. HEX triplet: 9A, F1 and 75. RGB value is (154,241,117). Sum of RGB (Red+Green+Blue) = 154+241+117=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF175 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF175 is #650E8A. Grayscale: #C9C9C9. Windows color (decimal): -6622859 or 7729562. OLE color: 7729562.

HSL color Cylindrical-coordinate representation of color #9AF175: hue angle of 102.1º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9AF175 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB154241117-
CMYK0.3600.510.05
HSL102.1º81.58%70.2%-
HSV(B)102.1º51.45%94.51%-
XYZ47.9971.0628.02-
YUV200.8580.6894.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.08%
GREEN value IS 241 (94.53% from 255) = 47.07%
BLUE value IS 117 (46.09% from 255) = 22.85%
R=30.08%
G=47.07%
B=22.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1542411170.3600.510.05102.181.5870.2
Hex9AF175240335665246
Octal232361165440635146122106
Binary100110101111000111101011001000110011101110011010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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