Html Css Color HEX #0DBE4C Dark Pastel Green

📋 copy color: '#0DBE4C'

red 13 ◦ green 190 ◦ blue 76

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

Shades of Dark Pastel Green #0DBE4C

Tints of Dark Pastel Green #0DBE4C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 68.1%

 BLUE value IS 76 (30.08% from 255) = 27.24%

R = 4.66%
G = 68.1%
B = 27.24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#0DBE4C (or 0x0DBE4C) is known color: Dark Pastel Green. HEX triplet: 0D, BE and 4C. RGB value is (13,190,76). Sum of RGB (Red+Green+Blue) = 13+190+76=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 190 (74.61% from 255 or 68.10% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBE4C is #F241B3. Grayscale: #7C7C7C. Windows color (decimal): -15876532 or 5029389. OLE color: 5029389.

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

Color convert

RGB 13 190 76 -
CMYK 0.93 0 0.60 0.25
HSL 141.36º 0.87% 0.4% -
HSV(B) 141.36º 0.93% 0.75% -
XYZ 19.88 37.43 13.02 -
YUV 124.08 100.86 48.77 -
System Red Green Blue C M Y K H S L
Decimal 13 190 76 0.93 0 0.60 0.25 141.36 0.87 0.4
Hex D BE 4C 5D 0 3C 19 8D 57 28
Octal 15 276 114 135 0 74 31 215 127 50
Binary 1101 10111110 1001100 1011101 0 111100 11001 10001101 1010111 101000

Color Harmonies of #0DBE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBE4C

Black with #0DBE4C

Text Example


Text Example

White with #0DBE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,190,76); }

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

background-color css

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

 a { background-color: rgb(13,190,76); }

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

border-color css

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

 span { border-color: rgb(13,190,76); }

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