#B4F0A0

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

Shades of Madang #B4F0A0

Tints of Madang #B4F0A0

Color information

#B4F0A0 (or 0xB4F0A0) is unknown color: approx Madang. HEX triplet: B4, F0 and A0. RGB value is (180,240,160). Sum of RGB (Red+Green+Blue) = 180+240+160=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 160 (62.89% from 255 or 27.59% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #B4F0A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F0A0 is #4B0F5F. Grayscale: #D5D5D5. Windows color (decimal): -4919136 or 10547380. OLE color: 10547380.

HSL color Cylindrical-coordinate representation of color #B4F0A0: hue angle of 105º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4F0A0 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB180240160-
CMYK0.2500.330.06
HSL105º72.73%78.43%-
HSV(B)105º33.33%94.12%-
XYZ56.3374.5644.68-
YUV212.9498.12104.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.03%
GREEN value IS 240 (94.14% from 255) = 41.38%
BLUE value IS 160 (62.89% from 255) = 27.59%
R=31.03%
G=41.38%
B=27.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802401600.2500.330.0610572.7378.43
HexB4F0A019021669494e
Octal264360240310416151111116
Binary101101001111000010100000110010100001110110100110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F0A0; }

 p { color: rgb(180,240,160); }

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

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

 a { background-color: rgb(180,240,160); }

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

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

 span { border-color: rgb(180,240,160); }

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