Html Css Color HEX #0BA139 Pigment Green

📋 copy color: '#0BA139'

red 11 ◦ green 161 ◦ blue 57

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

Shades of Pigment Green #0BA139

Tints of Pigment Green #0BA139

RGB

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

 GREEN value IS 161 (63.28% from 255) = 70.31%

 BLUE value IS 57 (22.66% from 255) = 24.89%

R = 4.8%
G = 70.31%
B = 24.89%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#0BA139 (or 0x0BA139) is known color: Pigment Green. HEX triplet: 0B, A1 and 39. RGB value is (11,161,57). Sum of RGB (Red+Green+Blue) = 11+161+57=229 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.80% from 229); Green value is 161 (63.28% from 255 or 70.31% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 161 - color contains mainly: green. Hex color #0BA139 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA139 is #F45EC6. Grayscale: #686868. Windows color (decimal): -16015047 or 3776779. OLE color: 3776779.

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

Color convert

RGB 11 161 57 -
CMYK 0.93 0 0.65 0.37
HSL 138.4º 0.87% 0.34% -
HSV(B) 138.4º 0.93% 0.63% -
XYZ 13.62 25.86 8.14 -
YUV 104.29 101.31 61.46 -
System Red Green Blue C M Y K H S L
Decimal 11 161 57 0.93 0 0.65 0.37 138.4 0.87 0.34
Hex B A1 39 5D 0 41 25 8A 57 22
Octal 13 241 71 135 0 101 45 212 127 42
Binary 1011 10100001 111001 1011101 0 1000001 100101 10001010 1010111 100010

Color Harmonies of #0BA139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA139

Black with #0BA139

Text Example


Text Example

White with #0BA139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,161,57); }

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

background-color css

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

 a { background-color: rgb(11,161,57); }

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

border-color css

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

 span { border-color: rgb(11,161,57); }

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