#9FFD6A

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

Shades of Feijoa #9FFD6A

Tints of Feijoa #9FFD6A

Color information

#9FFD6A (or 0x9FFD6A) is unknown color: approx Feijoa. HEX triplet: 9F, FD and 6A. RGB value is (159,253,106). Sum of RGB (Red+Green+Blue) = 159+253+106=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 106 (41.80% from 255 or 20.46% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFD6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFD6A is #600295. Grayscale: #D0D0D0. Windows color (decimal): -6292118 or 7011743. OLE color: 7011743.

HSL color Cylindrical-coordinate representation of color #9FFD6A: hue angle of 98.37º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FFD6A is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB159253106-
CMYK0.3700.580.01
HSL98.37º97.35%70.39%-
HSV(B)98.37º58.1%99.22%-
XYZ52.0278.6626.08-
YUV208.1470.3692.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.69%
GREEN value IS 253 (99.22% from 255) = 48.84%
BLUE value IS 106 (41.80% from 255) = 20.46%
R=30.69%
G=48.84%
B=20.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1592531060.3700.580.0198.3797.3570.39
Hex9FFD6A2503A1626146
Octal237375152450721142141106
Binary1001111111111101110101010010101110101110001011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,253,106); }

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

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

 a { background-color: rgb(159,253,106); }

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

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

 span { border-color: rgb(159,253,106); }

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