#0DC64B

Color #0DC64B Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0DC64B

Tints of Dark Pastel Green #0DC64B

Color information

#0DC64B (or 0x0DC64B) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, C6 and 4B. RGB value is (13,198,75). Sum of RGB (Red+Green+Blue) = 13+198+75=286 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.55% from 286); Green value is 198 (77.73% from 255 or 69.23% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC64B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC64B is #F239B4. Grayscale: #808080. Windows color (decimal): -15874485 or 4965901. OLE color: 4965901.

HSL color Cylindrical-coordinate representation of color #0DC64B: hue angle of 140.11º 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 #0DC64B is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB1319875-
CMYK0.9300.620.22
HSL140.11º87.68%41.37%-
HSV(B)140.11º93.43%77.65%-
XYZ21.6340.9813.43-
YUV128.6697.7145.5-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.55%
GREEN value IS 198 (77.73% from 255) = 69.23%
BLUE value IS 75 (29.69% from 255) = 26.22%
R=4.55%
G=69.23%
B=26.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal13198750.9300.620.22140.1187.6841.37
HexDC64B5D03E168c5829
Octal153061131350762621413051
Binary11011100011010010111011101011111010110100011001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DC64B;
 }
 .AnyTagClassName
 {
   color: #0DC64B;
 }
</style>
background-color css

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

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

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

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

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

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