Html Css Color HEX #0B9A42 Pigment Green

📋 copy color: '#0B9A42'

red 11 ◦ green 154 ◦ blue 66

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

Shades of Pigment Green #0B9A42

Tints of Pigment Green #0B9A42

RGB

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

 GREEN value IS 154 (60.55% from 255) = 66.67%

 BLUE value IS 66 (26.17% from 255) = 28.57%

R = 4.76%
G = 66.67%
B = 28.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#0B9A42 (or 0x0B9A42) is known color: Pigment Green. HEX triplet: 0B, 9A and 42. RGB value is (11,154,66). Sum of RGB (Red+Green+Blue) = 11+154+66=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 154 (60.55% from 255 or 66.67% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 154 - color contains mainly: green. Hex color #0B9A42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9A42 is #F465BD. Grayscale: #656565. Windows color (decimal): -16016830 or 4364811. OLE color: 4364811.

HSL color Cylindrical-coordinate representation of color #0B9A42: hue angle of 143.08º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9A42 is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 11 154 66 -
CMYK 0.93 0 0.57 0.40
HSL 143.08º 0.87% 0.32% -
HSV(B) 143.08º 0.93% 0.6% -
XYZ 12.68 23.58 9.04 -
YUV 101.21 108.12 63.66 -
System Red Green Blue C M Y K H S L
Decimal 11 154 66 0.93 0 0.57 0.40 143.08 0.87 0.32
Hex B 9A 42 5D 0 39 28 8F 57 20
Octal 13 232 102 135 0 71 50 217 127 40
Binary 1011 10011010 1000010 1011101 0 111001 101000 10001111 1010111 100000

Color Harmonies of #0B9A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9A42

Black with #0B9A42

Text Example


Text Example

White with #0B9A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,154,66); }

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

background-color css

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

 a { background-color: rgb(11,154,66); }

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

border-color css

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

 span { border-color: rgb(11,154,66); }

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