#0BB25A

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

Shades of Pigment Green #0BB25A

Tints of Pigment Green #0BB25A

Color information

#0BB25A (or 0x0BB25A) is unknown color: approx Pigment Green. HEX triplet: 0B, B2 and 5A. RGB value is (11,178,90). Sum of RGB (Red+Green+Blue) = 11+178+90=279 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.94% from 279); Green value is 178 (69.92% from 255 or 63.80% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB25A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB25A is #F44DA5. Grayscale: #767676. Windows color (decimal): -16010662 or 5943819. OLE color: 5943819.

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

Color convert

RGB1117890-
CMYK0.9400.490.30
HSL148.38º88.36%37.06%-
HSV(B)148.38º93.82%69.8%-
XYZ17.932.6515.03-
YUV118.04112.1751.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.94%
GREEN value IS 178 (69.92% from 255) = 63.80%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=3.94%
G=63.80%
B=32.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11178900.9400.490.30148.3888.3637.06
HexBB25A5E0311E945825
Octal132621321360613622413045
Binary10111011001010110101011110011000111110100101001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,178,90); }

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

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

 a { background-color: rgb(11,178,90); }

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

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

 span { border-color: rgb(11,178,90); }

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