Html Css Color HEX #0CAD44 Pigment Green

📋 copy color: '#0CAD44'

red 12 ◦ green 173 ◦ blue 68

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

Shades of Pigment Green #0CAD44

Tints of Pigment Green #0CAD44

RGB

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

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

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

R = 4.74%
G = 68.38%
B = 26.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#0CAD44 (or 0x0CAD44) is known color: Pigment Green. HEX triplet: 0C, AD and 44. RGB value is (12,173,68). Sum of RGB (Red+Green+Blue) = 12+173+68=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 173 (67.97% from 255 or 68.38% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 173 - color contains mainly: green. Hex color #0CAD44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAD44 is #F352BB. Grayscale: #717171. Windows color (decimal): -15946428 or 4500748. OLE color: 4500748.

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

Color convert

RGB 12 173 68 -
CMYK 0.93 0 0.61 0.32
HSL 140.87º 0.87% 0.36% -
HSV(B) 140.87º 0.93% 0.68% -
XYZ 16.14 30.38 10.48 -
YUV 112.89 102.66 56.04 -
System Red Green Blue C M Y K H S L
Decimal 12 173 68 0.93 0 0.61 0.32 140.87 0.87 0.36
Hex C AD 44 5D 0 3D 20 8D 57 24
Octal 14 255 104 135 0 75 40 215 127 44
Binary 1100 10101101 1000100 1011101 0 111101 100000 10001101 1010111 100100

Color Harmonies of #0CAD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAD44

Black with #0CAD44

Text Example


Text Example

White with #0CAD44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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