Html Css Color HEX #0DB12A Dark Pastel Green

📋 copy color: '#0DB12A'

red 13 ◦ green 177 ◦ blue 42

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

Shades of Dark Pastel Green #0DB12A

Tints of Dark Pastel Green #0DB12A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 76.29%

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

R = 5.6%
G = 76.29%
B = 18.1%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#0DB12A (or 0x0DB12A) is known color: Dark Pastel Green. HEX triplet: 0D, B1 and 2A. RGB value is (13,177,42). Sum of RGB (Red+Green+Blue) = 13+177+42=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 177 (69.53% from 255 or 76.29% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 177 - color contains mainly: green. Hex color #0DB12A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DB12A is #F24ED5. Grayscale: #707070. Windows color (decimal): -15879894 or 2797837. OLE color: 2797837.

HSL color Cylindrical-coordinate representation of color #0DB12A: hue angle of 130.61º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB12A is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 13 177 42 -
CMYK 0.93 0 0.76 0.31
HSL 130.61º 0.86% 0.37% -
HSV(B) 130.61º 0.93% 0.69% -
XYZ 16.31 31.7 7.45 -
YUV 112.57 88.17 56.98 -
System Red Green Blue C M Y K H S L
Decimal 13 177 42 0.93 0 0.76 0.31 130.61 0.86 0.37
Hex D B1 2A 5D 0 4C 1F 83 56 25
Octal 15 261 52 135 0 114 37 203 126 45
Binary 1101 10110001 101010 1011101 0 1001100 11111 10000011 1010110 100101

Color Harmonies of #0DB12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB12A

Black with #0DB12A

Text Example


Text Example

White with #0DB12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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