Html Css Color HEX #0DD626 Dark Pastel Green

📋 copy color: '#0DD626'

red 13 ◦ green 214 ◦ blue 38

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

Shades of Dark Pastel Green #0DD626

Tints of Dark Pastel Green #0DD626

RGB

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

 GREEN value IS 214 (83.98% from 255) = 80.75%

 BLUE value IS 38 (15.23% from 255) = 14.34%

R = 4.91%
G = 80.75%
B = 14.34%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#0DD626 (or 0x0DD626) is known color: Dark Pastel Green. HEX triplet: 0D, D6 and 26. RGB value is (13,214,38). Sum of RGB (Red+Green+Blue) = 13+214+38=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 214 (83.98% from 255 or 80.75% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 214 - color contains mainly: green. Hex color #0DD626 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD626 is #F229D9. Grayscale: #868686. Windows color (decimal): -15870426 or 2545165. OLE color: 2545165.

HSL color Cylindrical-coordinate representation of color #0DD626: hue angle of 127.46º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD626 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 13 214 38 -
CMYK 0.94 0 0.82 0.16
HSL 127.46º 0.89% 0.45% -
HSV(B) 127.46º 0.94% 0.84% -
XYZ 24.56 48.32 9.87 -
YUV 133.84 73.91 41.81 -
System Red Green Blue C M Y K H S L
Decimal 13 214 38 0.94 0 0.82 0.16 127.46 0.89 0.45
Hex D D6 26 5E 0 52 10 7F 59 2D
Octal 15 326 46 136 0 122 20 177 131 55
Binary 1101 11010110 100110 1011110 0 1010010 10000 1111111 1011001 101101

Color Harmonies of #0DD626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD626

Black with #0DD626

Text Example


Text Example

White with #0DD626

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,214,38); }

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

background-color css

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

 a { background-color: rgb(13,214,38); }

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

border-color css

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

 span { border-color: rgb(13,214,38); }

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