Html Css Color HEX #0CC240 Dark Pastel Green

📋 copy color: '#0CC240'

red 12 ◦ green 194 ◦ blue 64

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

Shades of Dark Pastel Green #0CC240

Tints of Dark Pastel Green #0CC240

RGB

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

 GREEN value IS 194 (76.17% from 255) = 71.85%

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

R = 4.44%
G = 71.85%
B = 23.7%

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

#0CC240 (or 0x0CC240) is known color: Dark Pastel Green. HEX triplet: 0C, C2 and 40. RGB value is (12,194,64). Sum of RGB (Red+Green+Blue) = 12+194+64=270 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.44% from 270); Green value is 194 (76.17% from 255 or 71.85% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 194 - color contains mainly: green. Hex color #0CC240 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC240 is #F33DBF. Grayscale: #7D7D7D. Windows color (decimal): -15941056 or 4243980. OLE color: 4243980.

HSL color Cylindrical-coordinate representation of color #0CC240: hue angle of 137.14º 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 #0CC240 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 12 194 64 -
CMYK 0.94 0 0.67 0.24
HSL 137.14º 0.88% 0.4% -
HSV(B) 137.14º 0.94% 0.76% -
XYZ 20.37 39.03 11.31 -
YUV 124.76 93.7 47.57 -
System Red Green Blue C M Y K H S L
Decimal 12 194 64 0.94 0 0.67 0.24 137.14 0.88 0.4
Hex C C2 40 5E 0 43 18 89 58 28
Octal 14 302 100 136 0 103 30 211 130 50
Binary 1100 11000010 1000000 1011110 0 1000011 11000 10001001 1011000 101000

Color Harmonies of #0CC240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC240

Black with #0CC240

Text Example


Text Example

White with #0CC240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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