Html Css Color HEX #0DC52A Dark Pastel Green

📋 copy color: '#0DC52A'

red 13 ◦ green 197 ◦ blue 42

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

Shades of Dark Pastel Green #0DC52A

Tints of Dark Pastel Green #0DC52A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 78.17%

 BLUE value IS 42 (16.8% from 255) = 16.67%

R = 5.16%
G = 78.17%
B = 16.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#0DC52A (or 0x0DC52A) is known color: Dark Pastel Green. HEX triplet: 0D, C5 and 2A. RGB value is (13,197,42). Sum of RGB (Red+Green+Blue) = 13+197+42=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 197 (77.34% from 255 or 78.17% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC52A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC52A is #F23AD5. Grayscale: #7C7C7C. Windows color (decimal): -15874774 or 2802957. OLE color: 2802957.

HSL color Cylindrical-coordinate representation of color #0DC52A: hue angle of 129.46º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC52A is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 13 197 42 -
CMYK 0.93 0 0.79 0.23
HSL 129.46º 0.88% 0.41% -
HSV(B) 129.46º 0.93% 0.77% -
XYZ 20.55 40.19 8.86 -
YUV 124.31 81.54 48.6 -
System Red Green Blue C M Y K H S L
Decimal 13 197 42 0.93 0 0.79 0.23 129.46 0.88 0.41
Hex D C5 2A 5D 0 4F 17 81 58 29
Octal 15 305 52 135 0 117 27 201 130 51
Binary 1101 11000101 101010 1011101 0 1001111 10111 10000001 1011000 101001

Color Harmonies of #0DC52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC52A

Black with #0DC52A

Text Example


Text Example

White with #0DC52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,197,42); }

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

background-color css

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

 a { background-color: rgb(13,197,42); }

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

border-color css

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

 span { border-color: rgb(13,197,42); }

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