Html Css Color HEX #0DC715 Dark Pastel Green

📋 copy color: '#0DC715'

red 13 ◦ green 199 ◦ blue 21

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

Shades of Dark Pastel Green #0DC715

Tints of Dark Pastel Green #0DC715

RGB

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

 GREEN value IS 199 (78.13% from 255) = 85.41%

 BLUE value IS 21 (8.59% from 255) = 9.01%

R = 5.58%
G = 85.41%
B = 9.01%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#0DC715 (or 0x0DC715) is known color: Dark Pastel Green. HEX triplet: 0D, C7 and 15. RGB value is (13,199,21). Sum of RGB (Red+Green+Blue) = 13+199+21=233 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.58% from 233); Green value is 199 (78.12% from 255 or 85.41% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 199 - color contains mainly: green. Hex color #0DC715 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC715 is #F238EA. Grayscale: #7B7B7B. Windows color (decimal): -15874283 or 1427213. OLE color: 1427213.

HSL color Cylindrical-coordinate representation of color #0DC715: hue angle of 122.58º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC715 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 13 199 21 -
CMYK 0.93 0 0.89 0.22
HSL 122.58º 0.88% 0.42% -
HSV(B) 122.58º 0.93% 0.78% -
XYZ 20.72 40.99 7.53 -
YUV 123.09 70.38 49.47 -
System Red Green Blue C M Y K H S L
Decimal 13 199 21 0.93 0 0.89 0.22 122.58 0.88 0.42
Hex D C7 15 5D 0 59 16 7B 58 2A
Octal 15 307 25 135 0 131 26 173 130 52
Binary 1101 11000111 10101 1011101 0 1011001 10110 1111011 1011000 101010

Color Harmonies of #0DC715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC715

Black with #0DC715

Text Example


Text Example

White with #0DC715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,199,21); }

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

background-color css

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

 a { background-color: rgb(13,199,21); }

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

border-color css

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

 span { border-color: rgb(13,199,21); }

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