#0BA743

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

Shades of Pigment Green #0BA743

Tints of Pigment Green #0BA743

Color information

#0BA743 (or 0x0BA743) is unknown color: approx Pigment Green. HEX triplet: 0B, A7 and 43. RGB value is (11,167,67). Sum of RGB (Red+Green+Blue) = 11+167+67=245 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.49% from 245); Green value is 167 (65.62% from 255 or 68.16% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 167 - color contains mainly: green. Hex color #0BA743 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA743 is #F458BC. Grayscale: #6D6D6D. Windows color (decimal): -16013501 or 4433675. OLE color: 4433675.

HSL color Cylindrical-coordinate representation of color #0BA743: hue angle of 141.54º 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 #0BA743 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB1116767-
CMYK0.9300.600.35
HSL141.54º87.64%34.9%-
HSV(B)141.54º93.41%65.49%-
XYZ14.9728.119.95-
YUV108.96104.3258.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.49%
GREEN value IS 167 (65.62% from 255) = 68.16%
BLUE value IS 67 (26.56% from 255) = 27.35%
R=4.49%
G=68.16%
B=27.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11167670.9300.600.35141.5487.6434.9
HexBA7435D03C238e5823
Octal132471031350744321613043
Binary101110100111100001110111010111100100011100011101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,167,67); }

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

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

 a { background-color: rgb(11,167,67); }

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

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

 span { border-color: rgb(11,167,67); }

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