Html Css Color HEX #0B9C55 Pigment Green

📋 copy color: '#0B9C55'

red 11 ◦ green 156 ◦ blue 85

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

Shades of Pigment Green #0B9C55

Tints of Pigment Green #0B9C55

RGB

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

 GREEN value IS 156 (61.33% from 255) = 61.9%

 BLUE value IS 85 (33.59% from 255) = 33.73%

R = 4.37%
G = 61.9%
B = 33.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#0B9C55 (or 0x0B9C55) is known color: Pigment Green. HEX triplet: 0B, 9C and 55. RGB value is (11,156,85). Sum of RGB (Red+Green+Blue) = 11+156+85=252 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.37% from 252); Green value is 156 (61.33% from 255 or 61.90% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 156 - color contains mainly: green. Hex color #0B9C55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9C55 is #F463AA. Grayscale: #686868. Windows color (decimal): -16016299 or 5610507. OLE color: 5610507.

HSL color Cylindrical-coordinate representation of color #0B9C55: hue angle of 150.62º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9C55 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB 11 156 85 -
CMYK 0.93 0 0.46 0.39
HSL 150.62º 0.87% 0.33% -
HSV(B) 150.62º 0.93% 0.61% -
XYZ 13.67 24.5 12.6 -
YUV 104.55 116.96 61.27 -
System Red Green Blue C M Y K H S L
Decimal 11 156 85 0.93 0 0.46 0.39 150.62 0.87 0.33
Hex B 9C 55 5D 0 2E 27 97 57 21
Octal 13 234 125 135 0 56 47 227 127 41
Binary 1011 10011100 1010101 1011101 0 101110 100111 10010111 1010111 100001

Color Harmonies of #0B9C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9C55

Black with #0B9C55

Text Example


Text Example

White with #0B9C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,156,85); }

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

background-color css

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

 a { background-color: rgb(11,156,85); }

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

border-color css

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

 span { border-color: rgb(11,156,85); }

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