#96F171

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

Shades of Feijoa #96F171

Tints of Feijoa #96F171

Color information

#96F171 (or 0x96F171) is unknown color: approx Feijoa. HEX triplet: 96, F1 and 71. RGB value is (150,241,113). Sum of RGB (Red+Green+Blue) = 150+241+113=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #96F171 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F171 is #690E8E. Grayscale: #C7C7C7. Windows color (decimal): -6885007 or 7467414. OLE color: 7467414.

HSL color Cylindrical-coordinate representation of color #96F171: hue angle of 102.66º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96F171 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB150241113-
CMYK0.3800.530.05
HSL102.66º82.05%69.41%-
HSV(B)102.66º53.11%94.51%-
XYZ47.0170.5926.77-
YUV199.279.3592.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.76%
GREEN value IS 241 (94.53% from 255) = 47.82%
BLUE value IS 113 (44.53% from 255) = 22.42%
R=29.76%
G=47.82%
B=22.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502411130.3800.530.05102.6682.0569.41
Hex96F171260355675245
Octal226361161460655147122105
Binary100101101111000111100011001100110101101110011110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96F171; }

 p { color: rgb(150,241,113); }

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

<style>
 a { background-color: #96F171; }

 a { background-color: rgb(150,241,113); }

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

<style>
 span { border-color: #96F171; }

 span { border-color: rgb(150,241,113); }

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