Html Css Color HEX #0C9B45 Pigment Green

📋 copy color: '#0C9B45'

red 12 ◦ green 155 ◦ blue 69

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

Shades of Pigment Green #0C9B45

Tints of Pigment Green #0C9B45

RGB

 RED value IS 12 (5.08% from 255) = 5.08%

 GREEN value IS 155 (60.94% from 255) = 65.68%

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

R = 5.08%
G = 65.68%
B = 29.24%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#0C9B45 (or 0x0C9B45) is known color: Pigment Green. HEX triplet: 0C, 9B and 45. RGB value is (12,155,69). Sum of RGB (Red+Green+Blue) = 12+155+69=236 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.08% from 236); Green value is 155 (60.94% from 255 or 65.68% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 155 - color contains mainly: green. Hex color #0C9B45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9B45 is #F364BA. Grayscale: #666666. Windows color (decimal): -15951035 or 4561676. OLE color: 4561676.

HSL color Cylindrical-coordinate representation of color #0C9B45: hue angle of 143.92º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9B45 is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 12 155 69 -
CMYK 0.92 0 0.55 0.39
HSL 143.92º 0.86% 0.33% -
HSV(B) 143.92º 0.92% 0.61% -
XYZ 12.95 23.95 9.57 -
YUV 102.44 109.12 63.49 -
System Red Green Blue C M Y K H S L
Decimal 12 155 69 0.92 0 0.55 0.39 143.92 0.86 0.33
Hex C 9B 45 5C 0 37 27 90 56 21
Octal 14 233 105 134 0 67 47 220 126 41
Binary 1100 10011011 1000101 1011100 0 110111 100111 10010000 1010110 100001

Color Harmonies of #0C9B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9B45

Black with #0C9B45

Text Example


Text Example

White with #0C9B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,155,69); }

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

background-color css

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

 a { background-color: rgb(12,155,69); }

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

border-color css

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

 span { border-color: rgb(12,155,69); }

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