Html Css Color HEX #0BA35A Pigment Green

📋 copy color: '#0BA35A'

red 11 ◦ green 163 ◦ blue 90

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

Shades of Pigment Green #0BA35A

Tints of Pigment Green #0BA35A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.09%

R = 4.17%
G = 61.74%
B = 34.09%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#0BA35A (or 0x0BA35A) is known color: Pigment Green. HEX triplet: 0B, A3 and 5A. RGB value is (11,163,90). Sum of RGB (Red+Green+Blue) = 11+163+90=264 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.17% from 264); Green value is 163 (64.06% from 255 or 61.74% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 163 - color contains mainly: green. Hex color #0BA35A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA35A is #F45CA5. Grayscale: #6D6D6D. Windows color (decimal): -16014502 or 5939979. OLE color: 5939979.

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

Color convert

RGB 11 163 90 -
CMYK 0.93 0 0.45 0.36
HSL 151.18º 0.87% 0.34% -
HSV(B) 151.18º 0.93% 0.64% -
XYZ 15.08 27 14.09 -
YUV 109.23 117.14 57.94 -
System Red Green Blue C M Y K H S L
Decimal 11 163 90 0.93 0 0.45 0.36 151.18 0.87 0.34
Hex B A3 5A 5D 0 2D 24 97 57 22
Octal 13 243 132 135 0 55 44 227 127 42
Binary 1011 10100011 1011010 1011101 0 101101 100100 10010111 1010111 100010

Color Harmonies of #0BA35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA35A

Black with #0BA35A

Text Example


Text Example

White with #0BA35A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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