#9FF967

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

Shades of Feijoa #9FF967

Tints of Feijoa #9FF967

Color information

#9FF967 (or 0x9FF967) is unknown color: approx Feijoa. HEX triplet: 9F, F9 and 67. RGB value is (159,249,103). Sum of RGB (Red+Green+Blue) = 159+249+103=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 103 (40.62% from 255 or 20.16% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #9FF967 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF967 is #600698. Grayscale: #CDCDCD. Windows color (decimal): -6293145 or 6814111. OLE color: 6814111.

HSL color Cylindrical-coordinate representation of color #9FF967: hue angle of 96.99º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FF967 is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB159249103-
CMYK0.3600.590.02
HSL96.99º92.41%69.02%-
HSV(B)96.99º58.63%97.65%-
XYZ50.6276.124.85-
YUV205.4570.1894.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.12%
GREEN value IS 249 (97.66% from 255) = 48.73%
BLUE value IS 103 (40.62% from 255) = 20.16%
R=31.12%
G=48.73%
B=20.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592491030.3600.590.0296.9992.4169.02
Hex9FF9672403B2615c45
Octal237371147440732141134105
Binary10011111111110011100111100100011101110110000110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,249,103); }

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

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

 a { background-color: rgb(159,249,103); }

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

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

 span { border-color: rgb(159,249,103); }

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