Html Css Color HEX #0DC427 Dark Pastel Green

📋 copy color: '#0DC427'

red 13 ◦ green 196 ◦ blue 39

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

Shades of Dark Pastel Green #0DC427

Tints of Dark Pastel Green #0DC427

RGB

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

 GREEN value IS 196 (76.95% from 255) = 79.03%

 BLUE value IS 39 (15.63% from 255) = 15.73%

R = 5.24%
G = 79.03%
B = 15.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#0DC427 (or 0x0DC427) is known color: Dark Pastel Green. HEX triplet: 0D, C4 and 27. RGB value is (13,196,39). Sum of RGB (Red+Green+Blue) = 13+196+39=248 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.24% from 248); Green value is 196 (76.95% from 255 or 79.03% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC427 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC427 is #F23BD8. Grayscale: #7B7B7B. Windows color (decimal): -15875033 or 2606093. OLE color: 2606093.

HSL color Cylindrical-coordinate representation of color #0DC427: hue angle of 128.52º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC427 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 13 196 39 -
CMYK 0.93 0 0.80 0.23
HSL 128.52º 0.88% 0.41% -
HSV(B) 128.52º 0.93% 0.77% -
XYZ 20.27 39.71 8.52 -
YUV 123.39 80.37 49.27 -
System Red Green Blue C M Y K H S L
Decimal 13 196 39 0.93 0 0.80 0.23 128.52 0.88 0.41
Hex D C4 27 5D 0 50 17 81 58 29
Octal 15 304 47 135 0 120 27 201 130 51
Binary 1101 11000100 100111 1011101 0 1010000 10111 10000001 1011000 101001

Color Harmonies of #0DC427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC427

Black with #0DC427

Text Example


Text Example

White with #0DC427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,196,39); }

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

background-color css

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

 a { background-color: rgb(13,196,39); }

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

border-color css

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

 span { border-color: rgb(13,196,39); }

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