#b0ee90

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

Shades of Feijoa #B0EE90

Tints of Feijoa #B0EE90

Color information

#B0EE90 (or 0xB0EE90) is unknown color: approx Feijoa. HEX triplet: B0, EE and 90. RGB value is (176,238,144). Sum of RGB (Red+Green+Blue) = 176+238+144=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EE90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EE90 is #4F116F. Grayscale: #D1D1D1. Windows color (decimal): -5181808 or 9498288. OLE color: 9498288.

HSL color Cylindrical-coordinate representation of color #B0EE90: hue angle of 99.57º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0EE90 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB176238144-
CMYK0.2600.390.07
HSL99.57º73.44%74.9%-
HSV(B)99.57º39.5%93.33%-
XYZ53.5172.3937.54-
YUV208.7591.46104.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.54%
GREEN value IS 238 (93.36% from 255) = 42.65%
BLUE value IS 144 (56.64% from 255) = 25.81%
R=31.54%
G=42.65%
B=25.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762381440.2600.390.0799.5773.4474.9
HexB0EE901A027764494b
Octal260356220320477144111113
Binary101100001110111010010000110100100111111110010010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0ee90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0ee90; }

 p { color: rgb(176,238,144); }

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

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

 a { background-color: rgb(176,238,144); }

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

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

 span { border-color: rgb(176,238,144); }

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