Html Css Color HEX #0CC124 Dark Pastel Green

📋 copy color: '#0CC124'

red 12 ◦ green 193 ◦ blue 36

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

Shades of Dark Pastel Green #0CC124

Tints of Dark Pastel Green #0CC124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.94%

R = 4.98%
G = 80.08%
B = 14.94%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#0CC124 (or 0x0CC124) is known color: Dark Pastel Green. HEX triplet: 0C, C1 and 24. RGB value is (12,193,36). Sum of RGB (Red+Green+Blue) = 12+193+36=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 193 (75.78% from 255 or 80.08% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC124 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC124 is #F33EDB. Grayscale: #797979. Windows color (decimal): -15941340 or 2408716. OLE color: 2408716.

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

Color convert

RGB 12 193 36 -
CMYK 0.94 0 0.81 0.24
HSL 127.96º 0.88% 0.4% -
HSV(B) 127.96º 0.94% 0.76% -
XYZ 19.54 38.35 8.04 -
YUV 120.98 80.03 50.27 -
System Red Green Blue C M Y K H S L
Decimal 12 193 36 0.94 0 0.81 0.24 127.96 0.88 0.4
Hex C C1 24 5E 0 51 18 80 58 28
Octal 14 301 44 136 0 121 30 200 130 50
Binary 1100 11000001 100100 1011110 0 1010001 11000 10000000 1011000 101000

Color Harmonies of #0CC124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC124

Black with #0CC124

Text Example


Text Example

White with #0CC124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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