#B0F18A

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

Shades of Feijoa #B0F18A

Tints of Feijoa #B0F18A

Color information

#B0F18A (or 0xB0F18A) is unknown color: approx Feijoa. HEX triplet: B0, F1 and 8A. RGB value is (176,241,138). Sum of RGB (Red+Green+Blue) = 176+241+138=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F18A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F18A is #4F0E75. Grayscale: #D2D2D2. Windows color (decimal): -5181046 or 9105840. OLE color: 9105840.

HSL color Cylindrical-coordinate representation of color #B0F18A: hue angle of 97.86º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0F18A is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB176241138-
CMYK0.2700.430.05
HSL97.86º78.63%74.31%-
HSV(B)97.86º42.74%94.51%-
XYZ53.9573.9835.48-
YUV209.8287.47103.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.71%
GREEN value IS 241 (94.53% from 255) = 43.42%
BLUE value IS 138 (54.30% from 255) = 24.86%
R=31.71%
G=43.42%
B=24.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762411380.2700.430.0597.8678.6374.31
HexB0F18A1B02B5624f4a
Octal260361212330535142117112
Binary101100001111000110001010110110101011101110001010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F18A; }

 p { color: rgb(176,241,138); }

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

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

 a { background-color: rgb(176,241,138); }

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

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

 span { border-color: rgb(176,241,138); }

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