Html Css Color HEX #0B9645 Pigment Green

📋 copy color: '#0B9645'

red 11 ◦ green 150 ◦ blue 69

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

Shades of Pigment Green #0B9645

Tints of Pigment Green #0B9645

RGB

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

 GREEN value IS 150 (58.98% from 255) = 65.22%

 BLUE value IS 69 (27.34% from 255) = 30%

R = 4.78%
G = 65.22%
B = 30%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#0B9645 (or 0x0B9645) is known color: Pigment Green. HEX triplet: 0B, 96 and 45. RGB value is (11,150,69). Sum of RGB (Red+Green+Blue) = 11+150+69=230 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.78% from 230); Green value is 150 (58.98% from 255 or 65.22% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 150 - color contains mainly: green. Hex color #0B9645 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9645 is #F469BA. Grayscale: #636363. Windows color (decimal): -16017851 or 4560395. OLE color: 4560395.

HSL color Cylindrical-coordinate representation of color #0B9645: hue angle of 145.04º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9645 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB 11 150 69 -
CMYK 0.93 0 0.54 0.41
HSL 145.04º 0.86% 0.32% -
HSV(B) 145.04º 0.93% 0.59% -
XYZ 12.12 22.31 9.3 -
YUV 99.21 110.95 65.09 -
System Red Green Blue C M Y K H S L
Decimal 11 150 69 0.93 0 0.54 0.41 145.04 0.86 0.32
Hex B 96 45 5D 0 36 29 91 56 20
Octal 13 226 105 135 0 66 51 221 126 40
Binary 1011 10010110 1000101 1011101 0 110110 101001 10010001 1010110 100000

Color Harmonies of #0B9645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9645

Black with #0B9645

Text Example


Text Example

White with #0B9645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,150,69); }

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

background-color css

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

 a { background-color: rgb(11,150,69); }

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

border-color css

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

 span { border-color: rgb(11,150,69); }

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