Html Css Color HEX #0DC614 Dark Pastel Green

📋 copy color: '#0DC614'

red 13 ◦ green 198 ◦ blue 20

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

Shades of Dark Pastel Green #0DC614

Tints of Dark Pastel Green #0DC614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.66%

R = 5.63%
G = 85.71%
B = 8.66%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#0DC614 (or 0x0DC614) is known color: Dark Pastel Green. HEX triplet: 0D, C6 and 14. RGB value is (13,198,20). Sum of RGB (Red+Green+Blue) = 13+198+20=231 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.63% from 231); Green value is 198 (77.73% from 255 or 85.71% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC614 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC614 is #F239EB. Grayscale: #7A7A7A. Windows color (decimal): -15874540 or 1361421. OLE color: 1361421.

HSL color Cylindrical-coordinate representation of color #0DC614: hue angle of 122.27º 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 #0DC614 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 13 198 20 -
CMYK 0.93 0 0.90 0.22
HSL 122.27º 0.88% 0.41% -
HSV(B) 122.27º 0.93% 0.78% -
XYZ 20.49 40.52 7.4 -
YUV 122.39 70.21 49.97 -
System Red Green Blue C M Y K H S L
Decimal 13 198 20 0.93 0 0.90 0.22 122.27 0.88 0.41
Hex D C6 14 5D 0 5A 16 7A 58 29
Octal 15 306 24 135 0 132 26 172 130 51
Binary 1101 11000110 10100 1011101 0 1011010 10110 1111010 1011000 101001

Color Harmonies of #0DC614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC614

Black with #0DC614

Text Example


Text Example

White with #0DC614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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