Html Css Color HEX #0CAD40 Dark Pastel Green

📋 copy color: '#0CAD40'

red 12 ◦ green 173 ◦ blue 64

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

Shades of Dark Pastel Green #0CAD40

Tints of Dark Pastel Green #0CAD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.7%

R = 4.82%
G = 69.48%
B = 25.7%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#0CAD40 (or 0x0CAD40) is known color: Dark Pastel Green. HEX triplet: 0C, AD and 40. RGB value is (12,173,64). Sum of RGB (Red+Green+Blue) = 12+173+64=249 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.82% from 249); Green value is 173 (67.97% from 255 or 69.48% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 173 - color contains mainly: green. Hex color #0CAD40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAD40 is #F352BF. Grayscale: #707070. Windows color (decimal): -15946432 or 4238604. OLE color: 4238604.

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

Color convert

RGB 12 173 64 -
CMYK 0.93 0 0.63 0.32
HSL 139.38º 0.87% 0.36% -
HSV(B) 139.38º 0.93% 0.68% -
XYZ 16.02 30.34 9.86 -
YUV 112.44 100.66 56.36 -
System Red Green Blue C M Y K H S L
Decimal 12 173 64 0.93 0 0.63 0.32 139.38 0.87 0.36
Hex C AD 40 5D 0 3F 20 8B 57 24
Octal 14 255 100 135 0 77 40 213 127 44
Binary 1100 10101101 1000000 1011101 0 111111 100000 10001011 1010111 100100

Color Harmonies of #0CAD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAD40

Black with #0CAD40

Text Example


Text Example

White with #0CAD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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