#0BA642

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

Shades of Pigment Green #0BA642

Tints of Pigment Green #0BA642

Color information

#0BA642 (or 0x0BA642) is unknown color: approx Pigment Green. HEX triplet: 0B, A6 and 42. RGB value is (11,166,66). Sum of RGB (Red+Green+Blue) = 11+166+66=243 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.53% from 243); Green value is 166 (65.23% from 255 or 68.31% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 166 - color contains mainly: green. Hex color #0BA642 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA642 is #F459BD. Grayscale: #6C6C6C. Windows color (decimal): -16013758 or 4367883. OLE color: 4367883.

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

Color convert

RGB1116666-
CMYK0.9300.600.35
HSL141.29º87.57%34.71%-
HSV(B)141.29º93.37%65.1%-
XYZ14.7627.749.73-
YUV108.26104.1558.63-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.53%
GREEN value IS 166 (65.23% from 255) = 68.31%
BLUE value IS 66 (26.17% from 255) = 27.16%
R=4.53%
G=68.31%
B=27.16%

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
Decimal11166660.9300.600.35141.2987.5734.71
HexBA6425D03C238d5823
Octal132461021350744321513043
Binary101110100110100001010111010111100100011100011011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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