#B0F1A4

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

Shades of Madang #B0F1A4

Tints of Madang #B0F1A4

Color information

#B0F1A4 (or 0xB0F1A4) is unknown color: approx Madang. HEX triplet: B0, F1 and A4. RGB value is (176,241,164). Sum of RGB (Red+Green+Blue) = 176+241+164=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 164 (64.45% from 255 or 28.23% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F1A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F1A4 is #4F0E5B. Grayscale: #D5D5D5. Windows color (decimal): -5181020 or 10809776. OLE color: 10809776.

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

Color convert

RGB176241164-
CMYK0.2700.320.05
HSL110.65º73.33%79.41%-
HSV(B)110.65º31.95%94.51%-
XYZ56.0674.8246.61-
YUV212.79100.47101.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.29%
GREEN value IS 241 (94.53% from 255) = 41.48%
BLUE value IS 164 (64.45% from 255) = 28.23%
R=30.29%
G=41.48%
B=28.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762411640.2700.320.05110.6573.3379.41
HexB0F1A41B02056f494f
Octal260361244330405157111117
Binary101100001111000110100100110110100000101110111110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F1A4; }

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

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

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

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

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

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

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

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