Html Css Color HEX #0BA53C Pigment Green

📋 copy color: '#0BA53C'

red 11 ◦ green 165 ◦ blue 60

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

Shades of Pigment Green #0BA53C

Tints of Pigment Green #0BA53C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 69.92%

 BLUE value IS 60 (23.83% from 255) = 25.42%

R = 4.66%
G = 69.92%
B = 25.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#0BA53C (or 0x0BA53C) is known color: Pigment Green. HEX triplet: 0B, A5 and 3C. RGB value is (11,165,60). Sum of RGB (Red+Green+Blue) = 11+165+60=236 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.66% from 236); Green value is 165 (64.84% from 255 or 69.92% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 165 - color contains mainly: green. Hex color #0BA53C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA53C is #F45AC3. Grayscale: #6B6B6B. Windows color (decimal): -16014020 or 3974411. OLE color: 3974411.

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

Color convert

RGB 11 165 60 -
CMYK 0.93 0 0.64 0.35
HSL 139.09º 0.88% 0.35% -
HSV(B) 139.09º 0.93% 0.65% -
XYZ 14.41 27.31 8.79 -
YUV 106.98 101.48 59.54 -
System Red Green Blue C M Y K H S L
Decimal 11 165 60 0.93 0 0.64 0.35 139.09 0.88 0.35
Hex B A5 3C 5D 0 40 23 8B 58 23
Octal 13 245 74 135 0 100 43 213 130 43
Binary 1011 10100101 111100 1011101 0 1000000 100011 10001011 1011000 100011

Color Harmonies of #0BA53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA53C

Black with #0BA53C

Text Example


Text Example

White with #0BA53C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,165,60); }

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

background-color css

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

 a { background-color: rgb(11,165,60); }

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

border-color css

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

 span { border-color: rgb(11,165,60); }

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