Html Css Color HEX #0DB64C Dark Pastel Green

📋 copy color: '#0DB64C'

red 13 ◦ green 182 ◦ blue 76

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

Shades of Dark Pastel Green #0DB64C

Tints of Dark Pastel Green #0DB64C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 67.16%

 BLUE value IS 76 (30.08% from 255) = 28.04%

R = 4.8%
G = 67.16%
B = 28.04%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#0DB64C (or 0x0DB64C) is known color: Dark Pastel Green. HEX triplet: 0D, B6 and 4C. RGB value is (13,182,76). Sum of RGB (Red+Green+Blue) = 13+182+76=271 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.80% from 271); Green value is 182 (71.48% from 255 or 67.16% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 182 - color contains mainly: green. Hex color #0DB64C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB64C is #F249B3. Grayscale: #777777. Windows color (decimal): -15878580 or 5027341. OLE color: 5027341.

HSL color Cylindrical-coordinate representation of color #0DB64C: hue angle of 142.37º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB64C is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 13 182 76 -
CMYK 0.93 0 0.58 0.29
HSL 142.37º 0.87% 0.38% -
HSV(B) 142.37º 0.93% 0.71% -
XYZ 18.2 34.06 12.45 -
YUV 119.39 103.51 52.12 -
System Red Green Blue C M Y K H S L
Decimal 13 182 76 0.93 0 0.58 0.29 142.37 0.87 0.38
Hex D B6 4C 5D 0 3A 1D 8E 57 26
Octal 15 266 114 135 0 72 35 216 127 46
Binary 1101 10110110 1001100 1011101 0 111010 11101 10001110 1010111 100110

Color Harmonies of #0DB64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB64C

Black with #0DB64C

Text Example


Text Example

White with #0DB64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,182,76); }

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

background-color css

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

 a { background-color: rgb(13,182,76); }

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

border-color css

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

 span { border-color: rgb(13,182,76); }

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