Html Css Color HEX #0DC626 Dark Pastel Green

📋 copy color: '#0DC626'

red 13 ◦ green 198 ◦ blue 38

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

Shades of Dark Pastel Green #0DC626

Tints of Dark Pastel Green #0DC626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.26%

R = 5.22%
G = 79.52%
B = 15.26%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#0DC626 (or 0x0DC626) is known color: Dark Pastel Green. HEX triplet: 0D, C6 and 26. RGB value is (13,198,38). Sum of RGB (Red+Green+Blue) = 13+198+38=249 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.22% from 249); Green value is 198 (77.73% from 255 or 79.52% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC626 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC626 is #F239D9. Grayscale: #7C7C7C. Windows color (decimal): -15874522 or 2541069. OLE color: 2541069.

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

Color convert

RGB 13 198 38 -
CMYK 0.93 0 0.81 0.22
HSL 128.11º 0.88% 0.41% -
HSV(B) 128.11º 0.93% 0.78% -
XYZ 20.71 40.61 8.58 -
YUV 124.45 79.21 48.51 -
System Red Green Blue C M Y K H S L
Decimal 13 198 38 0.93 0 0.81 0.22 128.11 0.88 0.41
Hex D C6 26 5D 0 51 16 80 58 29
Octal 15 306 46 135 0 121 26 200 130 51
Binary 1101 11000110 100110 1011101 0 1010001 10110 10000000 1011000 101001

Color Harmonies of #0DC626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC626

Black with #0DC626

Text Example


Text Example

White with #0DC626

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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