Html Css Color HEX #0DD138 Dark Pastel Green

📋 copy color: '#0DD138'

red 13 ◦ green 209 ◦ blue 56

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

Shades of Dark Pastel Green #0DD138

Tints of Dark Pastel Green #0DD138

RGB

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

 GREEN value IS 209 (82.03% from 255) = 75.18%

 BLUE value IS 56 (22.27% from 255) = 20.14%

R = 4.68%
G = 75.18%
B = 20.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#0DD138 (or 0x0DD138) is known color: Dark Pastel Green. HEX triplet: 0D, D1 and 38. RGB value is (13,209,56). Sum of RGB (Red+Green+Blue) = 13+209+56=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 209 (82.03% from 255 or 75.18% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 209 - color contains mainly: green. Hex color #0DD138 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD138 is #F22EC7. Grayscale: #858585. Windows color (decimal): -15871688 or 3723533. OLE color: 3723533.

HSL color Cylindrical-coordinate representation of color #0DD138: hue angle of 133.16º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD138 is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 13 209 56 -
CMYK 0.94 0 0.73 0.18
HSL 133.16º 0.88% 0.44% -
HSV(B) 133.16º 0.94% 0.82% -
XYZ 23.68 45.97 11.37 -
YUV 132.95 84.57 42.44 -
System Red Green Blue C M Y K H S L
Decimal 13 209 56 0.94 0 0.73 0.18 133.16 0.88 0.44
Hex D D1 38 5E 0 49 12 85 58 2C
Octal 15 321 70 136 0 111 22 205 130 54
Binary 1101 11010001 111000 1011110 0 1001001 10010 10000101 1011000 101100

Color Harmonies of #0DD138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD138

Black with #0DD138

Text Example


Text Example

White with #0DD138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,209,56); }

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

background-color css

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

 a { background-color: rgb(13,209,56); }

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

border-color css

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

 span { border-color: rgb(13,209,56); }

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