Html Css Color HEX #0CAD4D Pigment Green

📋 copy color: '#0CAD4D'

red 12 ◦ green 173 ◦ blue 77

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

Shades of Pigment Green #0CAD4D

Tints of Pigment Green #0CAD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.39%

R = 4.58%
G = 66.03%
B = 29.39%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#0CAD4D (or 0x0CAD4D) is known color: Pigment Green. HEX triplet: 0C, AD and 4D. RGB value is (12,173,77). Sum of RGB (Red+Green+Blue) = 12+173+77=262 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.58% from 262); Green value is 173 (67.97% from 255 or 66.03% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 173 - color contains mainly: green. Hex color #0CAD4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAD4D is #F352B2. Grayscale: #727272. Windows color (decimal): -15946419 or 5090572. OLE color: 5090572.

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

Color convert

RGB 12 173 77 -
CMYK 0.93 0 0.55 0.32
HSL 144.22º 0.87% 0.36% -
HSV(B) 144.22º 0.93% 0.68% -
XYZ 16.43 30.5 12.04 -
YUV 113.92 107.16 55.31 -
System Red Green Blue C M Y K H S L
Decimal 12 173 77 0.93 0 0.55 0.32 144.22 0.87 0.36
Hex C AD 4D 5D 0 37 20 90 57 24
Octal 14 255 115 135 0 67 40 220 127 44
Binary 1100 10101101 1001101 1011101 0 110111 100000 10010000 1010111 100100

Color Harmonies of #0CAD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAD4D

Black with #0CAD4D

Text Example


Text Example

White with #0CAD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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