Html Css Color HEX #0DC642 Dark Pastel Green

📋 copy color: '#0DC642'

red 13 ◦ green 198 ◦ blue 66

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

Shades of Dark Pastel Green #0DC642

Tints of Dark Pastel Green #0DC642

RGB

 RED value IS 13 (5.47% from 255) = 4.69%

 GREEN value IS 198 (77.73% from 255) = 71.48%

 BLUE value IS 66 (26.17% from 255) = 23.83%

R = 4.69%
G = 71.48%
B = 23.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#0DC642 (or 0x0DC642) is known color: Dark Pastel Green. HEX triplet: 0D, C6 and 42. RGB value is (13,198,66). Sum of RGB (Red+Green+Blue) = 13+198+66=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 198 (77.73% from 255 or 71.48% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC642 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC642 is #F239BD. Grayscale: #7F7F7F. Windows color (decimal): -15874494 or 4376077. OLE color: 4376077.

HSL color Cylindrical-coordinate representation of color #0DC642: hue angle of 137.19º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC642 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 13 198 66 -
CMYK 0.93 0 0.67 0.22
HSL 137.19º 0.88% 0.41% -
HSV(B) 137.19º 0.93% 0.78% -
XYZ 21.34 40.87 11.92 -
YUV 127.64 93.21 46.23 -
System Red Green Blue C M Y K H S L
Decimal 13 198 66 0.93 0 0.67 0.22 137.19 0.88 0.41
Hex D C6 42 5D 0 43 16 89 58 29
Octal 15 306 102 135 0 103 26 211 130 51
Binary 1101 11000110 1000010 1011101 0 1000011 10110 10001001 1011000 101001

Color Harmonies of #0DC642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC642

Black with #0DC642

Text Example


Text Example

White with #0DC642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,198,66); }

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

background-color css

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

 a { background-color: rgb(13,198,66); }

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

border-color css

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

 span { border-color: rgb(13,198,66); }

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