#0BA847

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

Shades of Pigment Green #0BA847

Tints of Pigment Green #0BA847

Color information

#0BA847 (or 0x0BA847) is unknown color: approx Pigment Green. HEX triplet: 0B, A8 and 47. RGB value is (11,168,71). Sum of RGB (Red+Green+Blue) = 11+168+71=250 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.4% from 250); Green value is 168 (66.02% from 255 or 67.2% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 168 - color contains mainly: green. Hex color #0BA847 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA847 is #F457B8. Grayscale: #6E6E6E. Windows color (decimal): -16013241 or 4696075. OLE color: 4696075.

HSL color Cylindrical-coordinate representation of color #0BA847: hue angle of 142.93º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA847 is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB1116871-
CMYK0.9300.580.34
HSL142.93º87.71%35.1%-
HSV(B)142.93º93.45%65.88%-
XYZ15.2828.5310.66-
YUV110105.9957.39-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.4%
GREEN value IS 168 (66.02% from 255) = 67.2%
BLUE value IS 71 (28.12% from 255) = 28.4%
R=4.4%
G=67.2%
B=28.4%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal11168710.9300.580.34142.9387.7135.1
HexBA8475D03A228f5823
Octal132501071350724221713043
Binary101110101000100011110111010111010100010100011111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,168,71); }

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

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

 a { background-color: rgb(11,168,71); }

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

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

 span { border-color: rgb(11,168,71); }

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