Html Css Color HEX #0DCC26 Dark Pastel Green

📋 copy color: '#0DCC26'

red 13 ◦ green 204 ◦ blue 38

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

Shades of Dark Pastel Green #0DCC26

Tints of Dark Pastel Green #0DCC26

RGB

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

 GREEN value IS 204 (80.08% from 255) = 80%

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

R = 5.1%
G = 80%
B = 14.9%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#0DCC26 (or 0x0DCC26) is known color: Dark Pastel Green. HEX triplet: 0D, CC and 26. RGB value is (13,204,38). Sum of RGB (Red+Green+Blue) = 13+204+38=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 204 (80.08% from 255 or 80% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 204 - color contains mainly: green. Hex color #0DCC26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DCC26 is #F233D9. Grayscale: #808080. Windows color (decimal): -15872986 or 2542605. OLE color: 2542605.

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

Color convert

RGB 13 204 38 -
CMYK 0.94 0 0.81 0.2
HSL 127.85º 0.88% 0.43% -
HSV(B) 127.85º 0.94% 0.8% -
XYZ 22.11 43.41 9.05 -
YUV 127.97 77.22 46 -
System Red Green Blue C M Y K H S L
Decimal 13 204 38 0.94 0 0.81 0.2 127.85 0.88 0.43
Hex D CC 26 5E 0 51 14 80 58 2B
Octal 15 314 46 136 0 121 24 200 130 53
Binary 1101 11001100 100110 1011110 0 1010001 10100 10000000 1011000 101011

Color Harmonies of #0DCC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCC26

Black with #0DCC26

Text Example


Text Example

White with #0DCC26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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