Html Css Color HEX #0DC636 Dark Pastel Green

📋 copy color: '#0DC636'

red 13 ◦ green 198 ◦ blue 54

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

Shades of Dark Pastel Green #0DC636

Tints of Dark Pastel Green #0DC636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.38%

R = 4.91%
G = 74.72%
B = 20.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#0DC636 (or 0x0DC636) is known color: Dark Pastel Green. HEX triplet: 0D, C6 and 36. RGB value is (13,198,54). Sum of RGB (Red+Green+Blue) = 13+198+54=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 198 (77.73% from 255 or 74.72% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC636 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC636 is #F239C9. Grayscale: #7E7E7E. Windows color (decimal): -15874506 or 3589645. OLE color: 3589645.

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

Color convert

RGB 13 198 54 -
CMYK 0.93 0 0.73 0.22
HSL 133.3º 0.88% 0.41% -
HSV(B) 133.3º 0.93% 0.78% -
XYZ 21.03 40.74 10.25 -
YUV 126.27 87.21 47.21 -
System Red Green Blue C M Y K H S L
Decimal 13 198 54 0.93 0 0.73 0.22 133.3 0.88 0.41
Hex D C6 36 5D 0 49 16 85 58 29
Octal 15 306 66 135 0 111 26 205 130 51
Binary 1101 11000110 110110 1011101 0 1001001 10110 10000101 1011000 101001

Color Harmonies of #0DC636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC636

Black with #0DC636

Text Example


Text Example

White with #0DC636

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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