Html Css Color HEX #0DBA19 Dark Pastel Green

📋 copy color: '#0DBA19'

red 13 ◦ green 186 ◦ blue 25

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

Shades of Dark Pastel Green #0DBA19

Tints of Dark Pastel Green #0DBA19

RGB

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

 GREEN value IS 186 (73.05% from 255) = 83.04%

 BLUE value IS 25 (10.16% from 255) = 11.16%

R = 5.8%
G = 83.04%
B = 11.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#0DBA19 (or 0x0DBA19) is known color: Dark Pastel Green. HEX triplet: 0D, BA and 19. RGB value is (13,186,25). Sum of RGB (Red+Green+Blue) = 13+186+25=224 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.80% from 224); Green value is 186 (73.05% from 255 or 83.04% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBA19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBA19 is #F245E6. Grayscale: #747474. Windows color (decimal): -15877607 or 1686029. OLE color: 1686029.

HSL color Cylindrical-coordinate representation of color #0DBA19: hue angle of 124.16º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBA19 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 186 25 -
CMYK 0.93 0 0.87 0.27
HSL 124.16º 0.87% 0.39% -
HSV(B) 124.16º 0.93% 0.73% -
XYZ 17.9 35.27 6.78 -
YUV 115.92 76.69 54.59 -
System Red Green Blue C M Y K H S L
Decimal 13 186 25 0.93 0 0.87 0.27 124.16 0.87 0.39
Hex D BA 19 5D 0 57 1B 7C 57 27
Octal 15 272 31 135 0 127 33 174 127 47
Binary 1101 10111010 11001 1011101 0 1010111 11011 1111100 1010111 100111

Color Harmonies of #0DBA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBA19

Black with #0DBA19

Text Example


Text Example

White with #0DBA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,186,25); }

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

background-color css

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

 a { background-color: rgb(13,186,25); }

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

border-color css

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

 span { border-color: rgb(13,186,25); }

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