Html Css Color HEX #0DC01B Dark Pastel Green

📋 copy color: '#0DC01B'

red 13 ◦ green 192 ◦ blue 27

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

Shades of Dark Pastel Green #0DC01B

Tints of Dark Pastel Green #0DC01B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.64%

R = 5.6%
G = 82.76%
B = 11.64%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#0DC01B (or 0x0DC01B) is known color: Dark Pastel Green. HEX triplet: 0D, C0 and 1B. RGB value is (13,192,27). Sum of RGB (Red+Green+Blue) = 13+192+27=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 192 (75.39% from 255 or 82.76% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC01B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC01B is #F23FE4. Grayscale: #787878. Windows color (decimal): -15876069 or 1818637. OLE color: 1818637.

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

Color convert

RGB 13 192 27 -
CMYK 0.93 0 0.86 0.25
HSL 124.69º 0.87% 0.4% -
HSV(B) 124.69º 0.93% 0.75% -
XYZ 19.21 37.86 7.33 -
YUV 119.67 75.7 51.92 -
System Red Green Blue C M Y K H S L
Decimal 13 192 27 0.93 0 0.86 0.25 124.69 0.87 0.4
Hex D C0 1B 5D 0 56 19 7D 57 28
Octal 15 300 33 135 0 126 31 175 127 50
Binary 1101 11000000 11011 1011101 0 1010110 11001 1111101 1010111 101000

Color Harmonies of #0DC01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC01B

Black with #0DC01B

Text Example


Text Example

White with #0DC01B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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