Html Css Color HEX #0DC01A Dark Pastel Green

📋 copy color: '#0DC01A'

red 13 ◦ green 192 ◦ blue 26

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

Shades of Dark Pastel Green #0DC01A

Tints of Dark Pastel Green #0DC01A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 83.12%

 BLUE value IS 26 (10.55% from 255) = 11.26%

R = 5.63%
G = 83.12%
B = 11.26%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#0DC01A (or 0x0DC01A) is known color: Dark Pastel Green. HEX triplet: 0D, C0 and 1A. RGB value is (13,192,26). Sum of RGB (Red+Green+Blue) = 13+192+26=231 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.63% from 231); Green value is 192 (75.39% from 255 or 83.12% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC01A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC01A is #F23FE5. Grayscale: #787878. Windows color (decimal): -15876070 or 1753101. OLE color: 1753101.

HSL color Cylindrical-coordinate representation of color #0DC01A: hue angle of 124.36º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC01A is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 192 26 -
CMYK 0.93 0 0.86 0.25
HSL 124.36º 0.87% 0.4% -
HSV(B) 124.36º 0.93% 0.75% -
XYZ 19.2 37.86 7.27 -
YUV 119.56 75.2 52 -
System Red Green Blue C M Y K H S L
Decimal 13 192 26 0.93 0 0.86 0.25 124.36 0.87 0.4
Hex D C0 1A 5D 0 56 19 7C 57 28
Octal 15 300 32 135 0 126 31 174 127 50
Binary 1101 11000000 11010 1011101 0 1010110 11001 1111100 1010111 101000

Color Harmonies of #0DC01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC01A

Black with #0DC01A

Text Example


Text Example

White with #0DC01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,192,26); }

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

background-color css

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

 a { background-color: rgb(13,192,26); }

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

border-color css

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

 span { border-color: rgb(13,192,26); }

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