Html Css Color HEX #0DB91C Dark Pastel Green

📋 copy color: '#0DB91C'

red 13 ◦ green 185 ◦ blue 28

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

Shades of Dark Pastel Green #0DB91C

Tints of Dark Pastel Green #0DB91C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 81.86%

 BLUE value IS 28 (11.33% from 255) = 12.39%

R = 5.75%
G = 81.86%
B = 12.39%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#0DB91C (or 0x0DB91C) is known color: Dark Pastel Green. HEX triplet: 0D, B9 and 1C. RGB value is (13,185,28). Sum of RGB (Red+Green+Blue) = 13+185+28=226 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.75% from 226); Green value is 185 (72.66% from 255 or 81.86% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 185 - color contains mainly: green. Hex color #0DB91C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB91C is #F246E3. Grayscale: #747474. Windows color (decimal): -15877860 or 1882381. OLE color: 1882381.

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

Color convert

RGB 13 185 28 -
CMYK 0.93 0 0.85 0.27
HSL 125.23º 0.87% 0.39% -
HSV(B) 125.23º 0.93% 0.73% -
XYZ 17.72 34.87 6.89 -
YUV 115.67 78.52 54.77 -
System Red Green Blue C M Y K H S L
Decimal 13 185 28 0.93 0 0.85 0.27 125.23 0.87 0.39
Hex D B9 1C 5D 0 55 1B 7D 57 27
Octal 15 271 34 135 0 125 33 175 127 47
Binary 1101 10111001 11100 1011101 0 1010101 11011 1111101 1010111 100111

Color Harmonies of #0DB91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB91C

Black with #0DB91C

Text Example


Text Example

White with #0DB91C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,185,28); }

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

background-color css

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

 a { background-color: rgb(13,185,28); }

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

border-color css

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

 span { border-color: rgb(13,185,28); }

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