#96F267

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

Shades of Feijoa #96F267

Tints of Feijoa #96F267

Color information

#96F267 (or 0x96F267) is unknown color: approx Feijoa. HEX triplet: 96, F2 and 67. RGB value is (150,242,103). Sum of RGB (Red+Green+Blue) = 150+242+103=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 103 (40.62% from 255 or 20.81% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #96F267 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F267 is #690D98. Grayscale: #C7C7C7. Windows color (decimal): -6884761 or 6812310. OLE color: 6812310.

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

Color convert

RGB150242103-
CMYK0.3800.570.05
HSL99.71º84.24%67.65%-
HSV(B)99.71º57.44%94.9%-
XYZ46.7870.9724.06-
YUV198.6574.0293.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.30%
GREEN value IS 242 (94.92% from 255) = 48.89%
BLUE value IS 103 (40.62% from 255) = 20.81%
R=30.30%
G=48.89%
B=20.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502421030.3800.570.0599.7184.2467.65
Hex96F267260395645444
Octal226362147460715144124104
Binary100101101111001011001111001100111001101110010010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,242,103); }

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

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

 a { background-color: rgb(150,242,103); }

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

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

 span { border-color: rgb(150,242,103); }

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