Html Css Color HEX #0B9C35 Pigment Green

📋 copy color: '#0B9C35'

red 11 ◦ green 156 ◦ blue 53

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

Shades of Pigment Green #0B9C35

Tints of Pigment Green #0B9C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.09%

R = 5%
G = 70.91%
B = 24.09%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#0B9C35 (or 0x0B9C35) is known color: Pigment Green. HEX triplet: 0B, 9C and 35. RGB value is (11,156,53). Sum of RGB (Red+Green+Blue) = 11+156+53=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 156 (61.33% from 255 or 70.91% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 156 - color contains mainly: green. Hex color #0B9C35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9C35 is #F463CA. Grayscale: #656565. Windows color (decimal): -16016331 or 3513355. OLE color: 3513355.

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

Color convert

RGB 11 156 53 -
CMYK 0.93 0 0.66 0.39
HSL 137.38º 0.87% 0.33% -
HSV(B) 137.38º 0.93% 0.61% -
XYZ 12.67 24.11 7.35 -
YUV 100.9 100.96 63.88 -
System Red Green Blue C M Y K H S L
Decimal 11 156 53 0.93 0 0.66 0.39 137.38 0.87 0.33
Hex B 9C 35 5D 0 42 27 89 57 21
Octal 13 234 65 135 0 102 47 211 127 41
Binary 1011 10011100 110101 1011101 0 1000010 100111 10001001 1010111 100001

Color Harmonies of #0B9C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9C35

Black with #0B9C35

Text Example


Text Example

White with #0B9C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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