Html Css Color HEX #0DCE3F Dark Pastel Green

📋 copy color: '#0DCE3F'

red 13 ◦ green 206 ◦ blue 63

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

Shades of Dark Pastel Green #0DCE3F

Tints of Dark Pastel Green #0DCE3F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 73.05%

 BLUE value IS 63 (25% from 255) = 22.34%

R = 4.61%
G = 73.05%
B = 22.34%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#0DCE3F (or 0x0DCE3F) is known color: Dark Pastel Green. HEX triplet: 0D, CE and 3F. RGB value is (13,206,63). Sum of RGB (Red+Green+Blue) = 13+206+63=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 206 (80.86% from 255 or 73.05% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 206 - color contains mainly: green. Hex color #0DCE3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DCE3F is #F231C0. Grayscale: #848484. Windows color (decimal): -15872449 or 4181517. OLE color: 4181517.

HSL color Cylindrical-coordinate representation of color #0DCE3F: hue angle of 135.54º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCE3F is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 206 63 -
CMYK 0.94 0 0.69 0.19
HSL 135.54º 0.88% 0.43% -
HSV(B) 135.54º 0.94% 0.81% -
XYZ 23.13 44.59 12.09 -
YUV 131.99 89.06 43.13 -
System Red Green Blue C M Y K H S L
Decimal 13 206 63 0.94 0 0.69 0.19 135.54 0.88 0.43
Hex D CE 3F 5E 0 45 13 88 58 2B
Octal 15 316 77 136 0 105 23 210 130 53
Binary 1101 11001110 111111 1011110 0 1000101 10011 10001000 1011000 101011

Color Harmonies of #0DCE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCE3F

Black with #0DCE3F

Text Example


Text Example

White with #0DCE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,206,63); }

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

background-color css

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

 a { background-color: rgb(13,206,63); }

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

border-color css

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

 span { border-color: rgb(13,206,63); }

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