Html Css Color HEX #0DCA1A Dark Pastel Green

📋 copy color: '#0DCA1A'

red 13 ◦ green 202 ◦ blue 26

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

Shades of Dark Pastel Green #0DCA1A

Tints of Dark Pastel Green #0DCA1A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 83.82%

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

R = 5.39%
G = 83.82%
B = 10.79%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#0DCA1A (or 0x0DCA1A) is known color: Dark Pastel Green. HEX triplet: 0D, CA and 1A. RGB value is (13,202,26). Sum of RGB (Red+Green+Blue) = 13+202+26=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 202 (79.30% from 255 or 83.82% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCA1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DCA1A is #F235E5. Grayscale: #7D7D7D. Windows color (decimal): -15873510 or 1755661. OLE color: 1755661.

HSL color Cylindrical-coordinate representation of color #0DCA1A: hue angle of 124.13º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCA1A is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 13 202 26 -
CMYK 0.94 0 0.87 0.21
HSL 124.13º 0.88% 0.42% -
HSV(B) 124.13º 0.94% 0.79% -
XYZ 21.47 42.4 8.03 -
YUV 125.43 71.88 47.81 -
System Red Green Blue C M Y K H S L
Decimal 13 202 26 0.94 0 0.87 0.21 124.13 0.88 0.42
Hex D CA 1A 5E 0 57 15 7C 58 2A
Octal 15 312 32 136 0 127 25 174 130 52
Binary 1101 11001010 11010 1011110 0 1010111 10101 1111100 1011000 101010

Color Harmonies of #0DCA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCA1A

Black with #0DCA1A

Text Example


Text Example

White with #0DCA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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