Html Css Color HEX #0BA354 Pigment Green

📋 copy color: '#0BA354'

red 11 ◦ green 163 ◦ blue 84

#0BA354
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #0BA354

Tints of Pigment Green #0BA354

RGB

 RED value IS 11 (4.69% from 255) = 4.26%

 GREEN value IS 163 (64.06% from 255) = 63.18%

 BLUE value IS 84 (33.2% from 255) = 32.56%

R = 4.26%
G = 63.18%
B = 32.56%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#0BA354 (or 0x0BA354) is known color: Pigment Green. HEX triplet: 0B, A3 and 54. RGB value is (11,163,84). Sum of RGB (Red+Green+Blue) = 11+163+84=258 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.26% from 258); Green value is 163 (64.06% from 255 or 63.18% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 163 - color contains mainly: green. Hex color #0BA354 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA354 is #F45CAB. Grayscale: #6C6C6C. Windows color (decimal): -16014508 or 5546763. OLE color: 5546763.

HSL color Cylindrical-coordinate representation of color #0BA354: hue angle of 148.82º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA354 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 11 163 84 -
CMYK 0.93 0 0.48 0.36
HSL 148.82º 0.87% 0.34% -
HSV(B) 148.82º 0.93% 0.64% -
XYZ 14.84 26.91 12.8 -
YUV 108.55 114.14 58.42 -
System Red Green Blue C M Y K H S L
Decimal 11 163 84 0.93 0 0.48 0.36 148.82 0.87 0.34
Hex B A3 54 5D 0 30 24 95 57 22
Octal 13 243 124 135 0 60 44 225 127 42
Binary 1011 10100011 1010100 1011101 0 110000 100100 10010101 1010111 100010

Color Harmonies of #0BA354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA354

Black with #0BA354

Text Example


Text Example

White with #0BA354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,163,84); }

 H1.HeaderClassName
 {
   color: #0BA354;
 }
 .AnyTagClassName
 {
   color: #0BA354;
 }
</style>

background-color css

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

 a { background-color: rgb(11,163,84); }

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

border-color css

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

 span { border-color: rgb(11,163,84); }

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