#0ba647

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

Shades of Pigment Green #0BA647

Tints of Pigment Green #0BA647

Color information

#0BA647 (or 0x0BA647) is unknown color: approx Pigment Green. HEX triplet: 0B, A6 and 47. RGB value is (11,166,71). Sum of RGB (Red+Green+Blue) = 11+166+71=248 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.44% from 248); Green value is 166 (65.23% from 255 or 66.94% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 166 - color contains mainly: green. Hex color #0BA647 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA647 is #F459B8. Grayscale: #6D6D6D. Windows color (decimal): -16013753 or 4695563. OLE color: 4695563.

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

Color convert

RGB1116671-
CMYK0.9300.570.35
HSL143.23º87.57%34.71%-
HSV(B)143.23º93.37%65.1%-
XYZ14.9127.810.54-
YUV108.82106.6558.22-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.44%
GREEN value IS 166 (65.23% from 255) = 66.94%
BLUE value IS 71 (28.12% from 255) = 28.63%
R=4.44%
G=66.94%
B=28.63%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11166710.9300.570.35143.2387.5734.71
HexBA6475D039238f5823
Octal132461071350714321713043
Binary101110100110100011110111010111001100011100011111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ba647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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