Html Css Color HEX #0DCA15 Dark Pastel Green

📋 copy color: '#0DCA15'

red 13 ◦ green 202 ◦ blue 21

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

Shades of Dark Pastel Green #0DCA15

Tints of Dark Pastel Green #0DCA15

RGB

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

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

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

R = 5.51%
G = 85.59%
B = 8.9%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#0DCA15 (or 0x0DCA15) is known color: Dark Pastel Green. HEX triplet: 0D, CA and 15. RGB value is (13,202,21). Sum of RGB (Red+Green+Blue) = 13+202+21=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 202 (79.30% from 255 or 85.59% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCA15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DCA15 is #F235EA. Grayscale: #7D7D7D. Windows color (decimal): -15873515 or 1427981. OLE color: 1427981.

HSL color Cylindrical-coordinate representation of color #0DCA15: hue angle of 122.54º 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 #0DCA15 is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 13 202 21 -
CMYK 0.94 0 0.90 0.21
HSL 122.54º 0.88% 0.42% -
HSV(B) 122.54º 0.94% 0.79% -
XYZ 21.42 42.38 7.76 -
YUV 124.86 69.38 48.22 -
System Red Green Blue C M Y K H S L
Decimal 13 202 21 0.94 0 0.90 0.21 122.54 0.88 0.42
Hex D CA 15 5E 0 5A 15 7B 58 2A
Octal 15 312 25 136 0 132 25 173 130 52
Binary 1101 11001010 10101 1011110 0 1011010 10101 1111011 1011000 101010

Color Harmonies of #0DCA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCA15

Black with #0DCA15

Text Example


Text Example

White with #0DCA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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