#96F36E

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

Shades of Feijoa #96F36E

Tints of Feijoa #96F36E

Color information

#96F36E (or 0x96F36E) is unknown color: approx Feijoa. HEX triplet: 96, F3 and 6E. RGB value is (150,243,110). Sum of RGB (Red+Green+Blue) = 150+243+110=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 243 (95.31% from 255 or 48.31% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 243 - color contains mainly: green. Hex color #96F36E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F36E is #690C91. Grayscale: #C8C8C8. Windows color (decimal): -6884498 or 7271318. OLE color: 7271318.

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

Color convert

RGB150243110-
CMYK0.3800.550.05
HSL101.95º84.71%69.22%-
HSV(B)101.95º54.73%95.29%-
XYZ47.4471.7126.09-
YUV200.0377.1992.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.82%
GREEN value IS 243 (95.31% from 255) = 48.31%
BLUE value IS 110 (43.36% from 255) = 21.87%
R=29.82%
G=48.31%
B=21.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502431100.3800.550.05101.9584.7169.22
Hex96F36E260375665545
Octal226363156460675146125105
Binary100101101111001111011101001100110111101110011010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,243,110); }

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

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

 a { background-color: rgb(150,243,110); }

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

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

 span { border-color: rgb(150,243,110); }

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