Html Css Color HEX #0BA03D Pigment Green

📋 copy color: '#0BA03D'

red 11 ◦ green 160 ◦ blue 61

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

Shades of Pigment Green #0BA03D

Tints of Pigment Green #0BA03D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 68.97%

 BLUE value IS 61 (24.22% from 255) = 26.29%

R = 4.74%
G = 68.97%
B = 26.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#0BA03D (or 0x0BA03D) is known color: Pigment Green. HEX triplet: 0B, A0 and 3D. RGB value is (11,160,61). Sum of RGB (Red+Green+Blue) = 11+160+61=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 160 (62.89% from 255 or 68.97% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 160 - color contains mainly: green. Hex color #0BA03D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA03D is #F45FC2. Grayscale: #686868. Windows color (decimal): -16015299 or 4038667. OLE color: 4038667.

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

Color convert

RGB 11 160 61 -
CMYK 0.93 0 0.62 0.37
HSL 140.13º 0.87% 0.34% -
HSV(B) 140.13º 0.93% 0.63% -
XYZ 13.55 25.55 8.63 -
YUV 104.16 103.64 61.55 -
System Red Green Blue C M Y K H S L
Decimal 11 160 61 0.93 0 0.62 0.37 140.13 0.87 0.34
Hex B A0 3D 5D 0 3E 25 8C 57 22
Octal 13 240 75 135 0 76 45 214 127 42
Binary 1011 10100000 111101 1011101 0 111110 100101 10001100 1010111 100010

Color Harmonies of #0BA03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA03D

Black with #0BA03D

Text Example


Text Example

White with #0BA03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,160,61); }

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

background-color css

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

 a { background-color: rgb(11,160,61); }

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

border-color css

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

 span { border-color: rgb(11,160,61); }

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