#0BB24E

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

Shades of Pigment Green #0BB24E

Tints of Pigment Green #0BB24E

Color information

#0BB24E (or 0x0BB24E) is unknown color: approx Pigment Green. HEX triplet: 0B, B2 and 4E. RGB value is (11,178,78). Sum of RGB (Red+Green+Blue) = 11+178+78=267 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.12% from 267); Green value is 178 (69.92% from 255 or 66.67% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB24E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB24E is #F44DB1. Grayscale: #747474. Windows color (decimal): -16010674 or 5157387. OLE color: 5157387.

HSL color Cylindrical-coordinate representation of color #0BB24E: hue angle of 144.07º 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 #0BB24E is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB1117878-
CMYK0.9400.560.30
HSL144.07º88.36%37.06%-
HSV(B)144.07º93.82%69.8%-
XYZ17.4332.4612.55-
YUV116.67106.1752.63-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.12%
GREEN value IS 178 (69.92% from 255) = 66.67%
BLUE value IS 78 (30.86% from 255) = 29.21%
R=4.12%
G=66.67%
B=29.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11178780.9400.560.30144.0788.3637.06
HexBB24E5E0381E905825
Octal132621161360703622013045
Binary10111011001010011101011110011100011110100100001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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