#9AF86A

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

Shades of Feijoa #9AF86A

Tints of Feijoa #9AF86A

Color information

#9AF86A (or 0x9AF86A) is unknown color: approx Feijoa. HEX triplet: 9A, F8 and 6A. RGB value is (154,248,106). Sum of RGB (Red+Green+Blue) = 154+248+106=508 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.31% from 508); Green value is 248 (97.27% from 255 or 48.82% from 508); Blue value is 106 (41.80% from 255 or 20.87% from 508); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF86A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF86A is #650795. Grayscale: #CCCCCC. Windows color (decimal): -6621078 or 7010458. OLE color: 7010458.

HSL color Cylindrical-coordinate representation of color #9AF86A: hue angle of 99.72º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9AF86A is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB154248106-
CMYK0.3800.570.03
HSL99.72º91.03%69.41%-
HSV(B)99.72º57.26%97.25%-
XYZ49.575.0525.51-
YUV203.7172.8692.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.31%
GREEN value IS 248 (97.27% from 255) = 48.82%
BLUE value IS 106 (41.80% from 255) = 20.87%
R=30.31%
G=48.82%
B=20.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1542481060.3800.570.0399.7291.0369.41
Hex9AF86A260393645b45
Octal232370152460713144133105
Binary10011010111110001101010100110011100111110010010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,248,106); }

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

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

 a { background-color: rgb(154,248,106); }

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

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

 span { border-color: rgb(154,248,106); }

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