Html Css Color HEX #0DC71A Dark Pastel Green

📋 copy color: '#0DC71A'

red 13 ◦ green 199 ◦ blue 26

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

Shades of Dark Pastel Green #0DC71A

Tints of Dark Pastel Green #0DC71A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.92%

R = 5.46%
G = 83.61%
B = 10.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#0DC71A (or 0x0DC71A) is known color: Dark Pastel Green. HEX triplet: 0D, C7 and 1A. RGB value is (13,199,26). Sum of RGB (Red+Green+Blue) = 13+199+26=238 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.46% from 238); Green value is 199 (78.12% from 255 or 83.61% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 199 - color contains mainly: green. Hex color #0DC71A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC71A is #F238E5. Grayscale: #7C7C7C. Windows color (decimal): -15874278 or 1754893. OLE color: 1754893.

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

Color convert

RGB 13 199 26 -
CMYK 0.93 0 0.87 0.22
HSL 124.19º 0.88% 0.42% -
HSV(B) 124.19º 0.93% 0.78% -
XYZ 20.78 41.01 7.8 -
YUV 123.66 72.88 49.07 -
System Red Green Blue C M Y K H S L
Decimal 13 199 26 0.93 0 0.87 0.22 124.19 0.88 0.42
Hex D C7 1A 5D 0 57 16 7C 58 2A
Octal 15 307 32 135 0 127 26 174 130 52
Binary 1101 11000111 11010 1011101 0 1010111 10110 1111100 1011000 101010

Color Harmonies of #0DC71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC71A

Black with #0DC71A

Text Example


Text Example

White with #0DC71A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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