Html Css Color HEX #0B9E53 Pigment Green

📋 copy color: '#0B9E53'

red 11 ◦ green 158 ◦ blue 83

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

Shades of Pigment Green #0B9E53

Tints of Pigment Green #0B9E53

RGB

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

 GREEN value IS 158 (62.11% from 255) = 62.7%

 BLUE value IS 83 (32.81% from 255) = 32.94%

R = 4.37%
G = 62.7%
B = 32.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#0B9E53 (or 0x0B9E53) is known color: Pigment Green. HEX triplet: 0B, 9E and 53. RGB value is (11,158,83). Sum of RGB (Red+Green+Blue) = 11+158+83=252 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.37% from 252); Green value is 158 (62.11% from 255 or 62.70% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 158 - color contains mainly: green. Hex color #0B9E53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9E53 is #F461AC. Grayscale: #696969. Windows color (decimal): -16015789 or 5479947. OLE color: 5479947.

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

Color convert

RGB 11 158 83 -
CMYK 0.93 0 0.47 0.38
HSL 149.39º 0.87% 0.33% -
HSV(B) 149.39º 0.93% 0.62% -
XYZ 13.93 25.15 12.3 -
YUV 105.5 115.3 60.6 -
System Red Green Blue C M Y K H S L
Decimal 11 158 83 0.93 0 0.47 0.38 149.39 0.87 0.33
Hex B 9E 53 5D 0 2F 26 95 57 21
Octal 13 236 123 135 0 57 46 225 127 41
Binary 1011 10011110 1010011 1011101 0 101111 100110 10010101 1010111 100001

Color Harmonies of #0B9E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9E53

Black with #0B9E53

Text Example


Text Example

White with #0B9E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,158,83); }

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

background-color css

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

 a { background-color: rgb(11,158,83); }

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

border-color css

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

 span { border-color: rgb(11,158,83); }

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