Html Css Color HEX #0CAD49 Pigment Green

📋 copy color: '#0CAD49'

red 12 ◦ green 173 ◦ blue 73

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

Shades of Pigment Green #0CAD49

Tints of Pigment Green #0CAD49

RGB

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

 GREEN value IS 173 (67.97% from 255) = 67.05%

 BLUE value IS 73 (28.91% from 255) = 28.29%

R = 4.65%
G = 67.05%
B = 28.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#0CAD49 (or 0x0CAD49) is known color: Pigment Green. HEX triplet: 0C, AD and 49. RGB value is (12,173,73). Sum of RGB (Red+Green+Blue) = 12+173+73=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 173 (67.97% from 255 or 67.05% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 173 - color contains mainly: green. Hex color #0CAD49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAD49 is #F352B6. Grayscale: #717171. Windows color (decimal): -15946423 or 4828428. OLE color: 4828428.

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

Color convert

RGB 12 173 73 -
CMYK 0.93 0 0.58 0.32
HSL 142.73º 0.87% 0.36% -
HSV(B) 142.73º 0.93% 0.68% -
XYZ 16.3 30.45 11.32 -
YUV 113.46 105.16 55.63 -
System Red Green Blue C M Y K H S L
Decimal 12 173 73 0.93 0 0.58 0.32 142.73 0.87 0.36
Hex C AD 49 5D 0 3A 20 8F 57 24
Octal 14 255 111 135 0 72 40 217 127 44
Binary 1100 10101101 1001001 1011101 0 111010 100000 10001111 1010111 100100

Color Harmonies of #0CAD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAD49

Black with #0CAD49

Text Example


Text Example

White with #0CAD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,173,73); }

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

background-color css

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

 a { background-color: rgb(12,173,73); }

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

border-color css

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

 span { border-color: rgb(12,173,73); }

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