Html Css Color HEX #0CD63A Dark Pastel Green

📋 copy color: '#0CD63A'

red 12 ◦ green 214 ◦ blue 58

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

Shades of Dark Pastel Green #0CD63A

Tints of Dark Pastel Green #0CD63A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 75.35%

 BLUE value IS 58 (23.05% from 255) = 20.42%

R = 4.23%
G = 75.35%
B = 20.42%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#0CD63A (or 0x0CD63A) is known color: Dark Pastel Green. HEX triplet: 0C, D6 and 3A. RGB value is (12,214,58). Sum of RGB (Red+Green+Blue) = 12+214+58=284 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.23% from 284); Green value is 214 (83.98% from 255 or 75.35% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 214 - color contains mainly: green. Hex color #0CD63A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD63A is #F329C5. Grayscale: #888888. Windows color (decimal): -15935942 or 3855884. OLE color: 3855884.

HSL color Cylindrical-coordinate representation of color #0CD63A: hue angle of 133.66º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD63A is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 12 214 58 -
CMYK 0.94 0 0.73 0.16
HSL 133.66º 0.89% 0.44% -
HSV(B) 133.66º 0.94% 0.84% -
XYZ 24.96 48.48 12.04 -
YUV 135.82 84.08 39.68 -
System Red Green Blue C M Y K H S L
Decimal 12 214 58 0.94 0 0.73 0.16 133.66 0.89 0.44
Hex C D6 3A 5E 0 49 10 86 59 2C
Octal 14 326 72 136 0 111 20 206 131 54
Binary 1100 11010110 111010 1011110 0 1001001 10000 10000110 1011001 101100

Color Harmonies of #0CD63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD63A

Black with #0CD63A

Text Example


Text Example

White with #0CD63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,214,58); }

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

background-color css

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

 a { background-color: rgb(12,214,58); }

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

border-color css

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

 span { border-color: rgb(12,214,58); }

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