Html Css Color HEX #0DC64C Dark Pastel Green

📋 copy color: '#0DC64C'

red 13 ◦ green 198 ◦ blue 76

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

Shades of Dark Pastel Green #0DC64C

Tints of Dark Pastel Green #0DC64C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 68.99%

 BLUE value IS 76 (30.08% from 255) = 26.48%

R = 4.53%
G = 68.99%
B = 26.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#0DC64C (or 0x0DC64C) is known color: Dark Pastel Green. HEX triplet: 0D, C6 and 4C. RGB value is (13,198,76). Sum of RGB (Red+Green+Blue) = 13+198+76=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 198 (77.73% from 255 or 68.99% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC64C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC64C is #F239B3. Grayscale: #818181. Windows color (decimal): -15874484 or 5031437. OLE color: 5031437.

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

Color convert

RGB 13 198 76 -
CMYK 0.93 0 0.62 0.22
HSL 140.43º 0.88% 0.41% -
HSV(B) 140.43º 0.93% 0.78% -
XYZ 21.66 41 13.61 -
YUV 128.78 98.21 45.42 -
System Red Green Blue C M Y K H S L
Decimal 13 198 76 0.93 0 0.62 0.22 140.43 0.88 0.41
Hex D C6 4C 5D 0 3E 16 8C 58 29
Octal 15 306 114 135 0 76 26 214 130 51
Binary 1101 11000110 1001100 1011101 0 111110 10110 10001100 1011000 101001

Color Harmonies of #0DC64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC64C

Black with #0DC64C

Text Example


Text Example

White with #0DC64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,198,76); }

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

background-color css

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

 a { background-color: rgb(13,198,76); }

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

border-color css

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

 span { border-color: rgb(13,198,76); }

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