Html Css Color HEX #0CDC2A Dark Pastel Green

📋 copy color: '#0CDC2A'

red 12 ◦ green 220 ◦ blue 42

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

Shades of Dark Pastel Green #0CDC2A

Tints of Dark Pastel Green #0CDC2A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 80.29%

 BLUE value IS 42 (16.8% from 255) = 15.33%

R = 4.38%
G = 80.29%
B = 15.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#0CDC2A (or 0x0CDC2A) is known color: Dark Pastel Green. HEX triplet: 0C, DC and 2A. RGB value is (12,220,42). Sum of RGB (Red+Green+Blue) = 12+220+42=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 220 (86.33% from 255 or 80.29% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 220 - color contains mainly: green. Hex color #0CDC2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CDC2A is #F323D5. Grayscale: #8A8A8A. Windows color (decimal): -15934422 or 2808844. OLE color: 2808844.

HSL color Cylindrical-coordinate representation of color #0CDC2A: hue angle of 128.65º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDC2A is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 220 42 -
CMYK 0.95 0 0.81 0.14
HSL 128.65º 0.9% 0.45% -
HSV(B) 128.65º 0.95% 0.86% -
XYZ 26.16 51.43 10.74 -
YUV 137.52 74.09 38.47 -
System Red Green Blue C M Y K H S L
Decimal 12 220 42 0.95 0 0.81 0.14 128.65 0.9 0.45
Hex C DC 2A 5F 0 51 E 81 5A 2D
Octal 14 334 52 137 0 121 16 201 132 55
Binary 1100 11011100 101010 1011111 0 1010001 1110 10000001 1011010 101101

Color Harmonies of #0CDC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDC2A

Black with #0CDC2A

Text Example


Text Example

White with #0CDC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,220,42); }

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

background-color css

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

 a { background-color: rgb(12,220,42); }

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

border-color css

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

 span { border-color: rgb(12,220,42); }

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