Html Css Color HEX #0DC612 Dark Pastel Green

📋 copy color: '#0DC612'

red 13 ◦ green 198 ◦ blue 18

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

Shades of Dark Pastel Green #0DC612

Tints of Dark Pastel Green #0DC612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.86%

R = 5.68%
G = 86.46%
B = 7.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#0DC612 (or 0x0DC612) is known color: Dark Pastel Green. HEX triplet: 0D, C6 and 12. RGB value is (13,198,18). Sum of RGB (Red+Green+Blue) = 13+198+18=229 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.68% from 229); Green value is 198 (77.73% from 255 or 86.46% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC612 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC612 is #F239ED. Grayscale: #7A7A7A. Windows color (decimal): -15874542 or 1230349. OLE color: 1230349.

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

Color convert

RGB 13 198 18 -
CMYK 0.93 0 0.91 0.22
HSL 121.62º 0.88% 0.41% -
HSV(B) 121.62º 0.93% 0.78% -
XYZ 20.47 40.52 7.31 -
YUV 122.17 69.21 50.14 -
System Red Green Blue C M Y K H S L
Decimal 13 198 18 0.93 0 0.91 0.22 121.62 0.88 0.41
Hex D C6 12 5D 0 5B 16 7A 58 29
Octal 15 306 22 135 0 133 26 172 130 51
Binary 1101 11000110 10010 1011101 0 1011011 10110 1111010 1011000 101001

Color Harmonies of #0DC612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC612

Black with #0DC612

Text Example


Text Example

White with #0DC612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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