#0BB14E

Color #0BB14E Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0BB14E

Tints of Pigment Green #0BB14E

Color information

#0BB14E (or 0x0BB14E) is unknown color: approx Pigment Green. HEX triplet: 0B, B1 and 4E. RGB value is (11,177,78). Sum of RGB (Red+Green+Blue) = 11+177+78=266 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.14% from 266); Green value is 177 (69.53% from 255 or 66.54% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 177 - color contains mainly: green. Hex color #0BB14E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB14E is #F44EB1. Grayscale: #747474. Windows color (decimal): -16010930 or 5157131. OLE color: 5157131.

HSL color Cylindrical-coordinate representation of color #0BB14E: hue angle of 144.22º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB14E is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1117778-
CMYK0.9400.560.31
HSL144.22º88.3%36.86%-
HSV(B)144.22º93.79%69.41%-
XYZ17.2432.0712.49-
YUV116.08106.553.05-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.14%
GREEN value IS 177 (69.53% from 255) = 66.54%
BLUE value IS 78 (30.86% from 255) = 29.32%
R=4.14%
G=66.54%
B=29.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11177780.9400.560.31144.2288.336.86
HexBB14E5E0381F905825
Octal132611161360703722013045
Binary10111011000110011101011110011100011111100100001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0BB14E; }

 p { color: rgb(11,177,78); }

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

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

 a { background-color: rgb(11,177,78); }

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

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

 span { border-color: rgb(11,177,78); }

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