Html Css Color HEX #0CC139 Dark Pastel Green

📋 copy color: '#0CC139'

red 12 ◦ green 193 ◦ blue 57

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

Shades of Dark Pastel Green #0CC139

Tints of Dark Pastel Green #0CC139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.76%

R = 4.58%
G = 73.66%
B = 21.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#0CC139 (or 0x0CC139) is known color: Dark Pastel Green. HEX triplet: 0C, C1 and 39. RGB value is (12,193,57). Sum of RGB (Red+Green+Blue) = 12+193+57=262 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.58% from 262); Green value is 193 (75.78% from 255 or 73.66% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC139 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC139 is #F33EC6. Grayscale: #7B7B7B. Windows color (decimal): -15941319 or 3784972. OLE color: 3784972.

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

Color convert

RGB 12 193 57 -
CMYK 0.94 0 0.70 0.24
HSL 134.92º 0.88% 0.4% -
HSV(B) 134.92º 0.94% 0.76% -
XYZ 19.96 38.51 10.25 -
YUV 123.38 90.53 48.56 -
System Red Green Blue C M Y K H S L
Decimal 12 193 57 0.94 0 0.70 0.24 134.92 0.88 0.4
Hex C C1 39 5E 0 46 18 87 58 28
Octal 14 301 71 136 0 106 30 207 130 50
Binary 1100 11000001 111001 1011110 0 1000110 11000 10000111 1011000 101000

Color Harmonies of #0CC139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC139

Black with #0CC139

Text Example


Text Example

White with #0CC139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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