Html Css Color HEX #0B9644 Pigment Green

📋 copy color: '#0B9644'

red 11 ◦ green 150 ◦ blue 68

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

Shades of Pigment Green #0B9644

Tints of Pigment Green #0B9644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 29.69%

R = 4.8%
G = 65.5%
B = 29.69%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#0B9644 (or 0x0B9644) is known color: Pigment Green. HEX triplet: 0B, 96 and 44. RGB value is (11,150,68). Sum of RGB (Red+Green+Blue) = 11+150+68=229 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.80% from 229); Green value is 150 (58.98% from 255 or 65.50% from 229); Blue value is 68 (26.95% from 255 or 29.69% from 229); Max value from RGB is 150 - color contains mainly: green. Hex color #0B9644 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9644 is #F469BB. Grayscale: #636363. Windows color (decimal): -16017852 or 4494859. OLE color: 4494859.

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

Color convert

RGB 11 150 68 -
CMYK 0.93 0 0.55 0.41
HSL 144.6º 0.86% 0.32% -
HSV(B) 144.6º 0.93% 0.59% -
XYZ 12.09 22.3 9.14 -
YUV 99.09 110.45 65.17 -
System Red Green Blue C M Y K H S L
Decimal 11 150 68 0.93 0 0.55 0.41 144.6 0.86 0.32
Hex B 96 44 5D 0 37 29 91 56 20
Octal 13 226 104 135 0 67 51 221 126 40
Binary 1011 10010110 1000100 1011101 0 110111 101001 10010001 1010110 100000

Color Harmonies of #0B9644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9644

Black with #0B9644

Text Example


Text Example

White with #0B9644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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