Html Css Color HEX #0CC140 Dark Pastel Green

📋 copy color: '#0CC140'

red 12 ◦ green 193 ◦ blue 64

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

Shades of Dark Pastel Green #0CC140

Tints of Dark Pastel Green #0CC140

RGB

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

 GREEN value IS 193 (75.78% from 255) = 71.75%

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

R = 4.46%
G = 71.75%
B = 23.79%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#0CC140 (or 0x0CC140) is known color: Dark Pastel Green. HEX triplet: 0C, C1 and 40. RGB value is (12,193,64). Sum of RGB (Red+Green+Blue) = 12+193+64=269 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.46% from 269); Green value is 193 (75.78% from 255 or 71.75% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC140 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC140 is #F33EBF. Grayscale: #7C7C7C. Windows color (decimal): -15941312 or 4243724. OLE color: 4243724.

HSL color Cylindrical-coordinate representation of color #0CC140: hue angle of 137.24º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC140 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 12 193 64 -
CMYK 0.94 0 0.67 0.24
HSL 137.24º 0.88% 0.4% -
HSV(B) 137.24º 0.94% 0.76% -
XYZ 20.15 38.59 11.24 -
YUV 124.18 94.03 47.99 -
System Red Green Blue C M Y K H S L
Decimal 12 193 64 0.94 0 0.67 0.24 137.24 0.88 0.4
Hex C C1 40 5E 0 43 18 89 58 28
Octal 14 301 100 136 0 103 30 211 130 50
Binary 1100 11000001 1000000 1011110 0 1000011 11000 10001001 1011000 101000

Color Harmonies of #0CC140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC140

Black with #0CC140

Text Example


Text Example

White with #0CC140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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