#9AF166

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

Shades of Feijoa #9AF166

Tints of Feijoa #9AF166

Color information

#9AF166 (or 0x9AF166) is unknown color: approx Feijoa. HEX triplet: 9A, F1 and 66. RGB value is (154,241,102). Sum of RGB (Red+Green+Blue) = 154+241+102=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF166 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF166 is #650E99. Grayscale: #C7C7C7. Windows color (decimal): -6622874 or 6746522. OLE color: 6746522.

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

Color convert

RGB154241102-
CMYK0.3600.580.05
HSL97.55º83.23%67.25%-
HSV(B)97.55º57.68%94.51%-
XYZ47.1870.7423.74-
YUV199.1473.1895.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.99%
GREEN value IS 241 (94.53% from 255) = 48.49%
BLUE value IS 102 (40.23% from 255) = 20.52%
R=30.99%
G=48.49%
B=20.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1542411020.3600.580.0597.5583.2367.25
Hex9AF1662403A5625343
Octal232361146440725142123103
Binary100110101111000111001101001000111010101110001010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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