Html Css Color HEX #0DC04B Dark Pastel Green

📋 copy color: '#0DC04B'

red 13 ◦ green 192 ◦ blue 75

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

Shades of Dark Pastel Green #0DC04B

Tints of Dark Pastel Green #0DC04B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.79%

R = 4.64%
G = 68.57%
B = 26.79%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#0DC04B (or 0x0DC04B) is known color: Dark Pastel Green. HEX triplet: 0D, C0 and 4B. RGB value is (13,192,75). Sum of RGB (Red+Green+Blue) = 13+192+75=280 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.64% from 280); Green value is 192 (75.39% from 255 or 68.57% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC04B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC04B is #F23FB4. Grayscale: #7D7D7D. Windows color (decimal): -15876021 or 4964365. OLE color: 4964365.

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

Color convert

RGB 13 192 75 -
CMYK 0.93 0 0.61 0.25
HSL 140.78º 0.87% 0.4% -
HSV(B) 140.78º 0.93% 0.75% -
XYZ 20.29 38.29 12.98 -
YUV 125.14 99.7 48.01 -
System Red Green Blue C M Y K H S L
Decimal 13 192 75 0.93 0 0.61 0.25 140.78 0.87 0.4
Hex D C0 4B 5D 0 3D 19 8D 57 28
Octal 15 300 113 135 0 75 31 215 127 50
Binary 1101 11000000 1001011 1011101 0 111101 11001 10001101 1010111 101000

Color Harmonies of #0DC04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC04B

Black with #0DC04B

Text Example


Text Example

White with #0DC04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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